Home
last modified time | relevance | path

Searched refs:textSkewX (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp222 dirFlags(0), typeface(NULL), textSize(0), textSkewX(0), textScaleX(0), flags(0), in TextLayoutCacheKey()
232 textSkewX = paint->getTextSkewX(); in TextLayoutCacheKey()
247 textSkewX(other.textSkewX), in TextLayoutCacheKey()
272 if (lhs.textSkewX < rhs.textSkewX) return -1; in compare()
273 if (lhs.textSkewX > rhs.textSkewX) return +1; in compare()
358 fontData->textSkewX = paint->getTextSkewX(); in initShaperItem()
DHarfbuzzSkia.h53 SkScalar textSkewX; member
DTextLayoutCache.h98 SkScalar textSkewX; variable
DHarfbuzzSkia.cpp51 paint->setTextSkewX(data->textSkewX); in setupPaintWithFontData()