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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp821 FT_Pos thisPPEM = face->available_sizes[strikeIndex].y_ppem; local
822 if (thisPPEM == targetPPEM) {
824 chosenPPEM = thisPPEM;
829 if (thisPPEM > chosenPPEM) {
830 chosenPPEM = thisPPEM;
835 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {
836 chosenPPEM = thisPPEM;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp822 FT_Pos thisPPEM = face->available_sizes[strikeIndex].y_ppem; local
823 if (thisPPEM == targetPPEM) {
825 chosenPPEM = thisPPEM;
830 if (thisPPEM > chosenPPEM) {
831 chosenPPEM = thisPPEM;
836 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {
837 chosenPPEM = thisPPEM;

Completed in 684 milliseconds