Searched defs:targetPPEM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp816 FT_Pos targetPPEM = SkFixedToFDot6(scaleY); local
822 if (thisPPEM == targetPPEM) {
827 } else if (chosenPPEM < targetPPEM) {
834 // attempt to decrease chosenPPEM, but not below targetPPEM
835 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp817 FT_Pos targetPPEM = SkFixedToFDot6(scaleY); local
823 if (thisPPEM == targetPPEM) {
828 } else if (chosenPPEM < targetPPEM) {
835 // attempt to decrease chosenPPEM, but not below targetPPEM
836 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {

Completed in 84 milliseconds