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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c565 ComputeScaledProperties(FontInfoPtr sourceFontInfo, /* the font to be scaled */ argument
651 fp->value = sourceFontInfo->fontAscent * sdy;
654 fp->value = sourceFontInfo->fontDescent * sdy;
671 n += computeProps(sourceFontInfo->props, sourceFontInfo->isStringProp,
672 fp, isStringProp, sourceFontInfo->nprops, dx, dy,
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c560 ComputeScaledProperties(FontInfoPtr sourceFontInfo, /* the font to be scaled */ argument
648 fp->value = sourceFontInfo->fontAscent * sdy;
651 fp->value = sourceFontInfo->fontDescent * sdy;
668 n += computeProps(sourceFontInfo->props, sourceFontInfo->isStringProp,
669 fp, isStringProp, sourceFontInfo->nprops, dx, dy,

Completed in 5 milliseconds