Searched refs:getWeight (Results 1 – 3 of 3) sorted by relevance
138 int score = abs(style1.getWeight() - style2.getWeight()); in computeMatch()149 int wantedWeight = wanted.getWeight(); in computeFakery()150 bool isFakeBold = wantedWeight >= 6 && (wantedWeight - actual.getWeight()) >= 2; in computeFakery()
52 FontStyle minikinStyle(minikinLang, minikinVariant, resolved.getWeight(), resolved.getItalic()); in doLayout()
75 int getWeight() const { return bits & kWeightMask; } in getWeight() function