Home | History | Annotate | Download | only in graphics

Lines Matching refs:setTextScaleX

398     static void setTextScaleX(JNIEnv* env, jobject paint, jfloat scaleX) {
400 GraphicsJNI::getNativePaint(env, paint)->setTextScaleX(scaleX);
987 {"setTextScaleX","!(F)V", (void*) PaintGlue::setTextScaleX},