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

  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 51 int weight() const { return fUnion.fR.fWeight; }
62 uint16_t fWeight; // 100 .. 900
  /external/skia/include/ports/
SkFontStyle.h 51 int weight() const { return fUnion.fR.fWeight; }
62 uint16_t fWeight; // 100 .. 900
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 37 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
41 DWRITE_FONT_WEIGHT fWeight;
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
446 dwStyle.fWeight,
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 37 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
41 DWRITE_FONT_WEIGHT fWeight;
212 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
446 dwStyle.fWeight,
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 58 fUnion.fR.fWeight = kNormal_Weight;
65 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
  /external/skia/src/core/
SkFontHost.cpp 58 fUnion.fR.fWeight = kNormal_Weight;
65 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);

Completed in 154 milliseconds