Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp419 { FC_WEIGHT_DEMIBOLD, SkFS::kSemiBold_Weight }, in skfontstyle_from_fcpattern()
464 { SkFS::kSemiBold_Weight, FC_WEIGHT_DEMIBOLD }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp338 { FC_WEIGHT_DEMIBOLD, SkFS::kSemiBold_Weight }, in skfontstyle_from_fcpattern()
386 { SkFS::kSemiBold_Weight, FC_WEIGHT_DEMIBOLD }, in fcpattern_from_skfontstyle()
/external/skqp/src/ports/
DSkFontConfigInterface_direct.cpp419 { FC_WEIGHT_DEMIBOLD, SkFS::kSemiBold_Weight }, in skfontstyle_from_fcpattern()
464 { SkFS::kSemiBold_Weight, FC_WEIGHT_DEMIBOLD }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp338 { FC_WEIGHT_DEMIBOLD, SkFS::kSemiBold_Weight }, in skfontstyle_from_fcpattern()
386 { SkFS::kSemiBold_Weight, FC_WEIGHT_DEMIBOLD }, in fcpattern_from_skfontstyle()
/external/ImageMagick/MagickCore/
Dtype.c90 #define FC_WEIGHT_DEMIBOLD 180 macro
91 #define FC_WEIGHT_SEMIBOLD FC_WEIGHT_DEMIBOLD
869 if (weight >= FC_WEIGHT_DEMIBOLD) in LoadFontConfigFonts()