Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp421 { SkTFixed<FC_WEIGHT_MEDIUM>::value, SkTFixed<SkFS::kMedium_Weight>::value }, in skfontstyle_from_fcpattern()
464 { SkTFixed<SkFS::kMedium_Weight>::value, SkTFixed<FC_WEIGHT_MEDIUM>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp326 { SkTFixed<FC_WEIGHT_MEDIUM>::value, SkTFixed<SkFS::kMedium_Weight>::value }, in skfontstyle_from_fcpattern()
371 { SkTFixed<SkFS::kMedium_Weight>::value, SkTFixed<FC_WEIGHT_MEDIUM>::value }, in fcpattern_from_skfontstyle()
/external/ImageMagick/MagickCore/
Dtype.c88 #define FC_WEIGHT_MEDIUM 100 macro
872 if (weight >= FC_WEIGHT_MEDIUM) in LoadFontConfigFonts()