Home
last modified time | relevance | path

Searched refs:thisPPEM (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType.cpp762 FT_Pos thisPPEM = face->available_sizes[strikeIndex].y_ppem; in chooseBitmapStrike() local
763 if (thisPPEM == targetPPEM) { in chooseBitmapStrike()
765 chosenPPEM = thisPPEM; in chooseBitmapStrike()
770 if (thisPPEM > chosenPPEM) { in chooseBitmapStrike()
771 chosenPPEM = thisPPEM; in chooseBitmapStrike()
776 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) { in chooseBitmapStrike()
777 chosenPPEM = thisPPEM; in chooseBitmapStrike()