Searched refs:weightRanges (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 414 static constexpr MapRanges weightRanges[] = { in skfontstyle_from_fcpattern() local 429 weightRanges, SK_ARRAY_COUNT(weightRanges)); in skfontstyle_from_fcpattern() 459 static constexpr MapRanges weightRanges[] = { in fcpattern_from_skfontstyle() local 473 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges)); in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 333 static constexpr MapRanges weightRanges[] = { in skfontstyle_from_fcpattern() local 348 weightRanges, SK_ARRAY_COUNT(weightRanges)); in skfontstyle_from_fcpattern() 381 static constexpr MapRanges weightRanges[] = { in fcpattern_from_skfontstyle() local 395 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges)); in fcpattern_from_skfontstyle()
|
/third_party/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 399 static constexpr MapRanges weightRanges[] = { in skfontstyle_from_fcpattern() local 414 weightRanges, SK_ARRAY_COUNT(weightRanges)); in skfontstyle_from_fcpattern() 444 static constexpr MapRanges weightRanges[] = { in fcpattern_from_skfontstyle() local 458 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges)); in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 309 static constexpr MapRanges weightRanges[] = { in skfontstyle_from_fcpattern() local 324 weightRanges, SK_ARRAY_COUNT(weightRanges)); in skfontstyle_from_fcpattern() 357 static constexpr MapRanges weightRanges[] = { in fcpattern_from_skfontstyle() local 371 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges)); in fcpattern_from_skfontstyle()
|