Searched refs:lowerBounds (Results 1 – 4 of 4) sorted by relevance
87 int* lowerBounds = NULL, int* upperBounds = NULL);
565 Type[] lowerBounds = wildcard.getLowerBounds(); in firstBound() local568 return lowerBounds.length != 0 ? lowerBounds[0] : upperBounds[0]; in firstBound()
109 int* lowerBounds, int* upperBounds);694 int lowerBounds = 0; //inclusive in getTypefaceForGlyphID() local720 lowerBounds = upperBounds; in getTypefaceForGlyphID()731 *lBounds = lowerBounds; in getTypefaceForGlyphID()773 int* lowerBounds, int* upperBounds) { in SkGetTypefaceForGlyphID() argument776 lowerBounds, upperBounds); in SkGetTypefaceForGlyphID()
42 int lowerBounds; member47 lowerBounds == b.lowerBounds && in operator ==()1226 &data.lowerBounds, in drawPosText()1238 data->lowerBounds = 0; in drawPosText()1255 if (glyphIDs[y] >= data.lowerBounds && in drawPosText()1257 tmpGlyphIDs[tmpGlyphCount] = glyphIDs[y] - data.lowerBounds; in drawPosText()