HomeSort by relevance Sort by last modified time
    Searched refs:fWeight (Results 1 - 9 of 9) 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/
SkFontConfigParser_android.h 63 FontFileInfo() : fIndex(0), fWeight(0) { }
67 int fWeight;
SkFontConfigParser_android.cpp 135 if (!parseNonNegativeInteger(value, &file->fWeight)) {
137 file->fWeight = 0;
196 if (targetFamily->fFonts[i].fWeight == weight) {
208 if (family->fFonts[i].fWeight == 400) {
222 if (desiredWeight(family->fFonts[i].fWeight)) {
234 if (desiredWeight(family->fFonts[j].fWeight)) {
237 if ((i != j) && desiredWeight(family->fFonts[i].fWeight)) {
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,
457 dwStyle.fWeight,
  /external/chromium_org/third_party/skia/tests/
FontConfigParser.cpp 50 ffi.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 265 milliseconds