Searched refs:skew (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas.java1166 * @see android.graphics.Canvas#skew(float, float)
1169 public void skew(float sx, float sy) { method in class:Canvas
1171 super.skew(sx, sy);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java247 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
258 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
274 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
306 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
410 * Preconcat the current matrix with the specified skew.
412 * @param sx The amount to skew in X
413 * @param sy The amount to skew in Y
415 public native void skew(float sx, float sy); method in class:Canvas
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp213 (void)GraphicsJNI::getNativeCanvas(env, jcanvas)->skew(sx_, sy_);
890 {"skew","(FF)V", (void*) SkCanvasGlue::skew__FF},

Completed in 34 milliseconds