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

/frameworks/base/libs/hwui/
H A DMatrix.h103 void skew(float sx, float sy) { function in class:android::uirenderer::Matrix4
H A DDisplayListRenderer.cpp623 renderer.skew(sx, sy);
1039 void DisplayListRenderer::skew(float sx, float sy) { function in class:android::uirenderer::DisplayListRenderer
1042 OpenGLRenderer::skew(sx, sy);
H A DOpenGLRenderer.cpp939 void OpenGLRenderer::skew(float sx, float sy) { function in class:android::uirenderer::OpenGLRenderer
940 mSnapshot->transform->skew(sx, sy);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java317 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
328 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
344 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
376 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
480 * Preconcat the current matrix with the specified skew.
482 * @param sx The amount to skew in X
483 * @param sy The amount to skew in Y
485 public native void skew(float sx, float sy); method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java171 /*package*/ static void skew(Canvas thisCanvas, float kx, float ky) { method in class:Canvas_Delegate
183 // get the AffineTransform for the given skew.
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java506 public void skew(float sx, float sy) { method in class:GLES20Canvas

Completed in 126 milliseconds