Searched defs:skew (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DMatrix.h166 void skew(float sx, float sy) { function in class:android::uirenderer::Matrix4
H A DDisplayListRenderer.cpp207 void DisplayListRenderer::skew(float sx, float sy) { function in class:android::uirenderer::DisplayListRenderer
209 OpenGLRenderer::skew(sx, sy);
H A DOpenGLRenderer.cpp1511 void OpenGLRenderer::skew(float sx, float sy) { function in class:android::uirenderer::OpenGLRenderer
1512 currentTransform().skew(sx, sy);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java349 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
360 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
376 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
408 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
512 * Preconcat the current matrix with the specified skew.
514 * @param sx The amount to skew in X
515 * @param sy The amount to skew in Y
517 public native void skew(float sx, float sy); method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java169 /*package*/ static void skew(Canvas thisCanvas, float kx, float ky) { method in class:Canvas_Delegate
181 // get the AffineTransform for the given skew.
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java587 public void skew(float sx, float sy) { method in class:GLES20Canvas

Completed in 531 milliseconds