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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c116 Location of "unscaled" properties at the end of fontPropTable[]
119 static fontProp fontPropTable[] = { variable in typeref:typename:fontProp[]
184 i = sizeof(fontPropTable) / sizeof(fontProp);
185 for (t = fontPropTable; i; i--, t++)
523 n = sizeof(fontPropTable) / sizeof(fontProp);
524 for (t = fontPropTable; n && (t->atom != pf->name); n--, t++);
553 npf->name = rawFontPropTable[t - fontPropTable].atom;
588 nProps = NPROPS + 1 + sizeof(fontPropTable) / sizeof(fontProp) +
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c111 Location of "unscaled" properties at the end of fontPropTable[]
114 static fontProp fontPropTable[] = { variable in typeref:typename:fontProp[]
179 i = sizeof(fontPropTable) / sizeof(fontProp);
180 for (t = fontPropTable; i; i--, t++)
518 n = sizeof(fontPropTable) / sizeof(fontProp);
519 for (t = fontPropTable; n && (t->atom != pf->name); n--, t++);
548 npf->name = rawFontPropTable[t - fontPropTable].atom;
583 nProps = NPROPS + 1 + sizeof(fontPropTable) / sizeof(fontProp) +
/xsrc/external/mit/xprop/dist/
H A Dxprop.c423 static propertyRec fontPropTable[] = { variable in typeref:typename:propertyRec[]
495 n = sizeof (fontPropTable) / sizeof (propertyRec);
496 p = fontPropTable;
518 n = sizeof (fontPropTable) / sizeof (propertyRec);
519 p = fontPropTable;

Completed in 10 milliseconds