Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType.cpp760 FT_Pos chosenPPEM = 0; in chooseBitmapStrike() local
765 chosenPPEM = thisPPEM; in chooseBitmapStrike()
768 } else if (chosenPPEM < targetPPEM) { 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()