Home | History | Annotate | Download | only in graphics

Lines Matching refs:getTextScaleX

906     static jfloat getTextScaleX(jlong paintHandle) {
907 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getTextScaleX());
1097 {"nGetTextScaleX","(J)F", (void*) PaintGlue::getTextScaleX},