Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFont.h79 mIsWeightSet = mIsSlantSet = true; in setStyle()
93 mIsSlantSet = true; in setSlant()
110 bool mIsSlantSet = false; variable
/frameworks/minikin/libs/minikin/
DFont.cpp36 if (mIsWeightSet && mIsSlantSet) { in build()
47 if (!mIsSlantSet) { in build()