Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp138 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()
/frameworks/base/core/jni/android/graphics/
DMinikinUtils.cpp52 FontStyle minikinStyle(minikinLang, minikinVariant, resolved.getWeight(), resolved.getItalic()); in doLayout()
/frameworks/minikin/include/minikin/
DFontFamily.h75 int getWeight() const { return bits & kWeightMask; } in getWeight() function