Searched refs:wantedWeight (Results 1 – 3 of 3) sorted by relevance
150 int wantedWeight = wanted.getWeight(); in computeFakery() local152 wantedWeight >= 6 && (wantedWeight - actual.getWeight()) >= 2; in computeFakery()
663 int wantedWeight = block.fStyle.getFontStyle().weight(); in shape() local665 wantedWeight >= SkFontStyle::kSemiBold_Weight && in shape()666 wantedWeight - font.getTypeface()->fontStyle().weight() >= 200; in shape()