Home
last modified time | relevance | path

Searched refs:FC_WEIGHT_BOLD (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp423 { SkTFixed<FC_WEIGHT_BOLD>::value, SkTFixed<SkFS::kBold_Weight>::value }, in skfontstyle_from_fcpattern()
466 { SkTFixed<SkFS::kBold_Weight>::value, SkTFixed<FC_WEIGHT_BOLD>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp328 { SkTFixed<FC_WEIGHT_BOLD>::value, SkTFixed<SkFS::kBold_Weight>::value }, in skfontstyle_from_fcpattern()
373 { SkTFixed<SkFS::kBold_Weight>::value, SkTFixed<FC_WEIGHT_BOLD>::value }, in fcpattern_from_skfontstyle()
/external/ImageMagick/MagickCore/
Dtype.c91 #define FC_WEIGHT_BOLD 200 macro
876 if (weight >= FC_WEIGHT_BOLD) in LoadFontConfigFonts()