Searched refs:listCurrent (Results 1 – 4 of 4) sorted by relevance
295 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 …]
174 void *listCurrent(list pThis) in listCurrent() function428 printf("%d ", (int) listCurrent(l)); in printlist()448 printf("'%s' ", (char *) listCurrent(l)); in printstringlist()
3342 printf("%d ", (int) listCurrent(glyphlist)); in main()
56 void * listCurrent(list);
Completed in 97 milliseconds