Home
last modified time | relevance | path

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

/third_party/flutter/txt/src/minikin/
DFontFamily.cpp150 int wantedWeight = wanted.getWeight(); in computeFakery() local
152 wantedWeight >= 6 && (wantedWeight - actual.getWeight()) >= 2; in computeFakery()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontFamily.cpp150 int wantedWeight = wanted.getWeight(); in computeFakery() local
152 wantedWeight >= 6 && (wantedWeight - actual.getWeight()) >= 2; in computeFakery()
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp663 int wantedWeight = block.fStyle.getFontStyle().weight(); in shape() local
665 wantedWeight >= SkFontStyle::kSemiBold_Weight && in shape()
666 wantedWeight - font.getTypeface()->fontStyle().weight() >= 200; in shape()