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

  /external/skia/src/core/
SkFontStyle.cpp 14 fUnion.fR.fWeight = kNormal_Weight;
29 : SkFontStyle::kNormal_Weight;
SkTypeface.cpp 134 : SkFontStyle::kNormal_Weight,
  /external/skia/include/core/
SkFontStyle.h 19 kNormal_Weight = 400,
  /external/skia/src/ports/
SkFontHost_linux.cpp 149 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight,
179 : SkFontStyle::kNormal_Weight,
230 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
326 : SkFontStyle::kNormal_Weight,
SkFontHost_FreeType.cpp     [all...]
SkFontMgr_fontconfig.cpp 307 { SkTFixed<FC_WEIGHT_REGULAR>::value, SkTFixed<SkFS::kNormal_Weight>::value },
348 { SkTFixed<SkFS::kNormal_Weight>::value, SkTFixed<FC_WEIGHT_REGULAR>::value },
    [all...]
SkFontHost_mac.cpp 418 #define WEIGHT_THRESHOLD ((SkFontStyle::kNormal_Weight + SkFontStyle::kBold_Weight)/2)
    [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 282 : SkFontStyle::kNormal_Weight,

Completed in 457 milliseconds