Home | History | Annotate | Download | only in bitmap

Lines Matching refs:minbounds

891     pfi->minbounds.leftSideBearing = MAXSHORT;
892 pfi->minbounds.rightSideBearing = MAXSHORT;
893 pfi->minbounds.ascent = MAXSHORT;
894 pfi->minbounds.descent = MAXSHORT;
895 pfi->minbounds.characterWidth = MAXSHORT;
896 pfi->minbounds.attributes = MAXSHORT;
1007 * check per-font minbounds and maxbounds character information.
1019 if (pfi->minbounds.field > pci->metrics.field) \
1020 pfi->minbounds.field = pci->metrics.field; \
1032 if ((INT16)pfi->minbounds.attributes >
1034 pfi->minbounds.attributes = pci->metrics.attributes;
1041 pfi->ink_minbounds = pfi->minbounds;
1052 if (pfi->minbounds.characterWidth == pfi->maxbounds.characterWidth)
1053 vals->width = pfi->minbounds.characterWidth * 10;