Searched refs:mItalicStyle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp56 mItalicStyle = paint->getTextSkewX();
79 hash = JenkinsHashMix(hash, android::hash_type(mItalicStyle));
98 if (lhs.mItalicStyle < rhs.mItalicStyle) return -1;
99 if (lhs.mItalicStyle > rhs.mItalicStyle) return +1;
H A DFont.h72 float mItalicStyle; member in struct:android::uirenderer::Font::FontDescription

Completed in 954 milliseconds