Home
last modified time | relevance | path

Searched refs:NUM_TAGS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1766 t->tables = (const sal_uInt8**)calloc(NUM_TAGS, sizeof(sal_uInt8*)); in doOpenTTFont()
1768 t->tlens = (sal_uInt32*)calloc(NUM_TAGS, sizeof(sal_uInt32)); in doOpenTTFont()
1771 memset(t->tables, 0, NUM_TAGS * sizeof(void *)); in doOpenTTFont()
1772 memset(t->tlens, 0, NUM_TAGS * sizeof(sal_uInt32)); in doOpenTTFont()
1821 for( j=0; j<NUM_TAGS; ++j ) in doOpenTTFont()
1832 for (i=0; i<NUM_TAGS; i++) { in doOpenTTFont()
2587 if( (nSubtableIndex < 0) || (nSubtableIndex >= NUM_TAGS) ) in GetSfntTable()
/trunk/main/vcl/inc/
H A Dsft.hxx624 #define NUM_TAGS 18 macro

Completed in 38 milliseconds