Searched refs:FC_WIDTH_NORMAL (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 436 { 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()
|
D | SkFontMgr_fontconfig.cpp | 341 { 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/ |
D | type.c | 75 #define FC_WIDTH_NORMAL 100 macro 852 if (width >= FC_WIDTH_NORMAL) in LoadFontConfigFonts()
|