Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp418 { FC_WEIGHT_MEDIUM, SkFS::kMedium_Weight }, in skfontstyle_from_fcpattern()
463 { SkFS::kMedium_Weight, FC_WEIGHT_MEDIUM }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp337 { FC_WEIGHT_MEDIUM, SkFS::kMedium_Weight }, in skfontstyle_from_fcpattern()
385 { SkFS::kMedium_Weight, FC_WEIGHT_MEDIUM }, in fcpattern_from_skfontstyle()
/external/skqp/src/ports/
DSkFontConfigInterface_direct.cpp418 { FC_WEIGHT_MEDIUM, SkFS::kMedium_Weight }, in skfontstyle_from_fcpattern()
463 { SkFS::kMedium_Weight, FC_WEIGHT_MEDIUM }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp337 { FC_WEIGHT_MEDIUM, SkFS::kMedium_Weight }, in skfontstyle_from_fcpattern()
385 { SkFS::kMedium_Weight, FC_WEIGHT_MEDIUM }, in fcpattern_from_skfontstyle()
/external/ImageMagick/MagickCore/
Dtype.c89 #define FC_WEIGHT_MEDIUM 100 macro
867 if (weight >= FC_WEIGHT_MEDIUM) in LoadFontConfigFonts()