Home
last modified time | relevance | path

Searched refs:mIsWeightSet (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DFont.h79 mIsWeightSet = mIsSlantSet = true; in setStyle()
86 mIsWeightSet = true; in setWeight()
109 bool mIsWeightSet = false; variable
/frameworks/minikin/libs/minikin/
DFont.cpp36 if (mIsWeightSet && mIsSlantSet) { in build()
44 if (!mIsWeightSet) { in build()