Searched refs:sptr (Results 1 – 4 of 4) sorted by relevance
2188 n2.sptr = (sal_uInt8 *) ptr; in CreateTTFromTTGlyphs()2849 rec[i].sptr = 0; in GetTTNameRecords()2858 rec[i].sptr = (sal_uInt8 *) malloc(rec[i].slen); assert(rec[i].sptr != 0); in GetTTNameRecords()2859 memcpy(rec[i].sptr, rec_string, rec[i].slen); in GetTTNameRecords()2867 rec[i].sptr = 0; in GetTTNameRecords()2871 rec[i].sptr = 0; in GetTTNameRecords()2886 if (nr[i].sptr) free(nr[i].sptr); in DisposeNameRecords()3261 printf("%c", isprint(nr[i].sptr[j]) ? nr[i].sptr[j] : '.'); in main()
877 memcpy(p2, nr[i].sptr, nr[i].slen); in GetRawData_name()1113 if (nr->sptr) free(nr->sptr); in DisposeNameRecord()1125 p->sptr = (sal_uInt8*)smalloc(p->slen); in NameRecordNewCopy()1126 memcpy(p->sptr, nr->sptr, p->slen); in NameRecordNewCopy()
199 …sal_uInt8 *sptr; /**< Pointer to string data (not zero-terminated!) … member
1753 const sal_uInt8* pNameBuffer = pNameRecord->sptr; in convertTrueTypeName()1769 const sal_uInt8* pNameBuffer = pNameRecord->sptr; in convertTrueTypeName()1820 if( pNameRecords[i].nameID != 1 || pNameRecords[i].sptr == NULL ) in analyzeTrueTypeFamilyName()
Completed in 74 milliseconds