HomeSort by relevance Sort by last modified time
    Searched refs:thisPPEM (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 821 FT_Pos thisPPEM = face->available_sizes[strikeIndex].y_ppem;
822 if (thisPPEM == targetPPEM) {
824 chosenPPEM = thisPPEM;
829 if (thisPPEM > chosenPPEM) {
830 chosenPPEM = thisPPEM;
835 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {
836 chosenPPEM = thisPPEM;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 822 FT_Pos thisPPEM = face->available_sizes[strikeIndex].y_ppem;
823 if (thisPPEM == targetPPEM) {
825 chosenPPEM = thisPPEM;
830 if (thisPPEM > chosenPPEM) {
831 chosenPPEM = thisPPEM;
836 if (thisPPEM < chosenPPEM && thisPPEM > targetPPEM) {
837 chosenPPEM = thisPPEM;
    [all...]

Completed in 2721 milliseconds