Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx295 if (((TrueTypeTable *) listCurrent(_this->tables))->tag == tag) { in RemoveTable()
693 nbytes += ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf()
700 n = ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf()
702 memcpy(p, ((GlyphData *) listCurrent(l))->ptr, n); in GetRawData_glyf()
849 memcpy(nr+i, listCurrent(l), sizeof(NameRecord)); in GetRawData_name()
1293 ret = n = ((GlyphData *) listCurrent(l))->newID + 1; in glyfAdd()
1312 if (((GlyphData *) listCurrent(l))->glyphID == currentID) { in glyfAdd()
1356 if (((TrueTypeTable *) listCurrent(tt->tables))->tag == tag) { in FindTable()
1357 return (TrueTypeTable*)listCurrent(tt->tables); in FindTable()
1407 GlyphData *gd = (GlyphData *) listCurrent(glyphlist); in ProcessTables()
[all …]
H A Dlist.cxx174 void *listCurrent(list pThis) in listCurrent() function
428 printf("%d ", (int) listCurrent(l)); in printlist()
448 printf("'%s' ", (char *) listCurrent(l)); in printstringlist()
H A Dsft.cxx3342 printf("%d ", (int) listCurrent(glyphlist)); in main()
/trunk/main/vcl/inc/
H A Dlist.h56 void * listCurrent(list);

Completed in 42 milliseconds