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 DOpenGLRenderer.h157 virtual void skew(float sx, float sy);
H A DDisplayListRenderer.cpp995 renderer.skew(sx, sy);
1532 void DisplayListRenderer::skew(float sx, float sy) { function in class:android::uirenderer::DisplayListRenderer
1535 OpenGLRenderer::skew(sx, sy);
H A DDisplayListRenderer.h573 virtual void skew(float sx, float sy);
H A DOpenGLRenderer.cpp1181 void OpenGLRenderer::skew(float sx, float sy) { function in class:android::uirenderer::OpenGLRenderer
1182 mSnapshot->transform->skew(sx, sy);
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java215 final long skew = (isRtc)
222 long offset = (triggerAtTime - skew) % QUANTUM;
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java310 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
321 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
337 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
369 * scale, rotate, skew, concat or clipRect, clipPath all operate on this
473 * Preconcat the current matrix with the specified skew.
475 * @param sx The amount to skew in X
476 * @param sy The amount to skew in Y
478 public native void skew(float sx, float sy); method in class:Canvas
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp309 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.
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java548 public void skew(float sx, float sy) { method in class:GLES20Canvas
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp205 (void)GraphicsJNI::getNativeCanvas(env, jcanvas)->skew(sx_, sy_);
979 {"skew","(FF)V", (void*) SkCanvasGlue::skew__FF},

Completed in 1951 milliseconds