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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c150 static fontProp rawFontPropTable[] = { variable in typeref:typename:fontProp[]
188 i = sizeof(rawFontPropTable) / sizeof(fontProp);
189 for (t = rawFontPropTable; i; i--, t++)
553 npf->name = rawFontPropTable[t - fontPropTable].atom;
589 sizeof(rawFontPropTable) / sizeof(fontProp);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c145 static fontProp rawFontPropTable[] = { variable in typeref:typename:fontProp[]
183 i = sizeof(rawFontPropTable) / sizeof(fontProp);
184 for (t = rawFontPropTable; i; i--, t++)
548 npf->name = rawFontPropTable[t - fontPropTable].atom;
584 sizeof(rawFontPropTable) / sizeof(fontProp);

Completed in 9 milliseconds