Searched refs:NUM_DECODE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2458 #define NUM_DECODE (int) (sizeof (fcFontEncodings) / sizeof (fcFontEncodings[0])) macro
2482 for (; initial < NUM_DECODE; initial++)
2485 if (initial == NUM_DECODE)
2491 for (offset = 0; offset < NUM_DECODE; offset++)
2493 decode = (initial + offset) % NUM_DECODE;
2558 for (o = 0; o < NUM_DECODE; o++)
2609 for (o = 0; o < NUM_DECODE; o++)

Completed in 5 milliseconds