Searched refs:mTextScaleX (Results 1 – 1 of 1) sorted by relevance
99 private float mTextScaleX; field in Paint_Delegate144 AffineTransform affineTransform = mTextScaleX != 1.0 || mTextSkewX != 0 ? in getFonts()145 new AffineTransform(mTextScaleX, mTextSkewX, 0, 1, 0, 0) : in getFonts()522 return delegate.mTextScaleX; in nGetTextScaleX()533 if (delegate.mTextScaleX != scaleX) { in nSetTextScaleX()534 delegate.mTextScaleX = scaleX; in nSetTextScaleX()1241 if (mTextScaleX != paint.mTextScaleX) { in set()1242 mTextScaleX = paint.mTextScaleX; in set()1285 if (mTextScaleX != DEFAULT_TEXT_SCALE_X) { in reset()1286 mTextScaleX = DEFAULT_TEXT_SCALE_X; in reset()