Home | History | Annotate | Download | only in ports

Lines Matching refs:upperBounds

109                                       int* lowerBounds, int* upperBounds);
695 int upperBounds = origTypeface->countGlyphs(); //exclusive
698 if (glyphID < upperBounds) {
720 lowerBounds = upperBounds;
721 upperBounds += currentTypeface->countGlyphs();
722 if (glyphID < upperBounds) {
734 *uBounds = upperBounds;
773 int* lowerBounds, int* upperBounds) {
776 lowerBounds, upperBounds);