Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp436 { SkTFixed<FC_WIDTH_NORMAL>::value, SkTFixed<SkFS::kNormal_Width>::value }, in skfontstyle_from_fcpattern()
442 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
478 { SkTFixed<SkFS::kNormal_Width>::value, SkTFixed<FC_WIDTH_NORMAL>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp341 { SkTFixed<FC_WIDTH_NORMAL>::value, SkTFixed<SkFS::kNormal_Width>::value }, in skfontstyle_from_fcpattern()
347 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern()
385 { SkTFixed<SkFS::kNormal_Width>::value, SkTFixed<FC_WIDTH_NORMAL>::value }, in fcpattern_from_skfontstyle()
/external/ImageMagick/MagickCore/
Dtype.c75 #define FC_WIDTH_NORMAL 100 macro
852 if (width >= FC_WIDTH_NORMAL) in LoadFontConfigFonts()