Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/fontsubset/
H A Dttcr.cxx295 if (((TrueTypeTable *) listCurrent(_this->tables))->tag == tag) { in RemoveTable()
330 … GetRawData((TrueTypeTable *) listCurrent(_this->tables), &te[i].data, &te[i].length, &te[i].tag); in StreamToMemory()
692 nbytes += ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf()
699 n = ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf()
701 memcpy(p, ((GlyphData *) listCurrent(l))->ptr, n); in GetRawData_glyf()
848 memcpy(nr+i, listCurrent(l), sizeof(NameRecord)); in GetRawData_name()
1292 ret = n = ((GlyphData *) listCurrent(l))->newID + 1; in glyfAdd()
1311 if (((GlyphData *) listCurrent(l))->glyphID == currentID) { in glyfAdd()
1355 if (((TrueTypeTable *) listCurrent(tt->tables))->tag == tag) { in FindTable()
1356 return (TrueTypeTable*)listCurrent(tt->tables); in FindTable()
[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()
/AOO41X/main/vcl/inc/
H A Dlist.h56 void * listCurrent(list);