Home
last modified time | relevance | path

Searched refs:weightRanges (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp414 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()
DSkFontMgr_fontconfig.cpp333 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/
DSkFontConfigInterface_direct.cpp399 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()
DSkFontMgr_fontconfig.cpp309 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()