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

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c186 #define GLYPH_UNDEFINED(loc) ENCODING_UNDEFINED(encoding + (loc)) macro
247 GLYPH_UNDEFINED(col - firstcol))
259 if (!GLYPH_UNDEFINED(col - firstcol)) continue;
320 if (GLYPH_UNDEFINED(loc))
353 #undef GLYPH_UNDEFINED
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c188 #define GLYPH_UNDEFINED(loc) ENCODING_UNDEFINED(encoding + (loc)) macro
249 GLYPH_UNDEFINED(col - firstcol))
261 if (!GLYPH_UNDEFINED(col - firstcol)) continue;
322 if (GLYPH_UNDEFINED(loc))
355 #undef GLYPH_UNDEFINED

Completed in 3 milliseconds