Home
last modified time | relevance | path

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

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