Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFont.h116 mIsWeightSet = mIsSlantSet = true; in setStyle()
123 mIsWeightSet = true; in setWeight()
146 bool mIsWeightSet = false; variable
/frameworks/minikin/libs/minikin/
DFont.cpp60 if (mIsWeightSet && mIsSlantSet) { in build()
68 if (!mIsWeightSet) { in build()