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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsSkewActivity.java52 canvas.skew(0.2f, 0.3f);
/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 DDisplayListRenderer.h261 virtual void skew(float sx, float sy);
H A DOpenGLRenderer.h90 virtual void skew(float sx, float 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/services/java/com/android/server/
H A DAlarmManagerService.java210 final long skew = (isRtc)
217 long offset = (triggerAtTime - skew) % QUANTUM;
/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/core/java/android/view/
H A DGLES20Canvas.java506 public void skew(float sx, float sy) { method in class:GLES20Canvas
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp200 (void)GraphicsJNI::getNativeCanvas(env, jcanvas)->skew(sx_, sy_);
939 {"skew","(FF)V", (void*) SkCanvasGlue::skew__FF},
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp311 renderer->skew(sx, sy);
/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.

Completed in 983 milliseconds