Home
last modified time | relevance | path

Searched refs:sptr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2188 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()
H A Dttcr.cxx878 memcpy(p2, nr[i].sptr, nr[i].slen); in GetRawData_name()
1114 if (nr->sptr) free(nr->sptr); in DisposeNameRecord()
1126 p->sptr = (sal_uInt8*)smalloc(p->slen); in NameRecordNewCopy()
1127 memcpy(p->sptr, nr->sptr, p->slen); in NameRecordNewCopy()
/trunk/main/vcl/inc/
H A Dsft.hxx199 …sal_uInt8 *sptr; /**< Pointer to string data (not zero-terminated!) … member
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1753 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 64 milliseconds