Home
last modified time | relevance | path

Searched defs:matrix (Results 1 – 25 of 176) sorted by relevance

12345678

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTransform3dActivity.java61 final Matrix matrix = mMatrix; in onDraw() local
78 Matrix matrix) { in drawBitmap()
87 Matrix matrix, float angle) { in rotate()
DAssetsAtlasActivity.java53 final Matrix matrix = new Matrix(); in onDraw() local
/frameworks/base/graphics/java/android/graphics/
DColorMatrixColorFilter.java41 public ColorMatrixColorFilter(@NonNull ColorMatrix matrix) { in ColorMatrixColorFilter()
83 public void setColorMatrix(@Nullable ColorMatrix matrix) { in setColorMatrix()
DTextureLayer.java115 public void setTransform(@NonNull Matrix matrix) { in setTransform()
149 private static native void nSetTransform(long layerUpdater, long matrix); in nSetTransform()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java39 final Matrix matrix = new Matrix(); in rotateRectForOrientation() local
61 final Matrix matrix = new Matrix(); in rotateRect() local
/frameworks/base/core/java/android/window/
DPictureInPictureSurfaceTransaction.java80 final Matrix matrix = new Matrix(); in getMatrix() local
121 final Matrix matrix = getMatrix(); in toString() local
136 final Matrix matrix = surfaceTransaction.getMatrix(); in apply() local
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java38 final Matrix matrix; field in AssistVisualizer.TextEntry
47 TextEntry(AssistStructure.ViewNode node, int parentLeft, int parentTop, Matrix matrix) { in TextEntry()
97 Matrix matrix = new Matrix(); in setAssistStructure() local
/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp39 const SkMatrix& matrix, const SkIRect& clip, in VkFunctorDrawHandler()
118 GrBackendApi backendApi, const SkMatrix& matrix, const SkIRect& clip, in onSnapGpuDrawHandler()
DLayerDrawable.cpp42 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect()
102 SkMatrix matrix; in DrawLayer() local
DTransformCanvas.cpp37 void TransformCanvas::onDrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) { in onDrawDrawable()
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.h39 bool matrix : 1 = false; member
113 void setMatrix(const SkMatrix& matrix) { in setMatrix()
117 void concat(const SkMatrix& matrix) { in concat()
/frameworks/base/core/java/android/view/
DSyncRtSurfaceTransactionApplier.java169 Matrix matrix; field in SyncRtSurfaceTransactionApplier.SurfaceParams.Builder
196 public Builder withMatrix(Matrix matrix) { in withMatrix()
272 private SurfaceParams(SurfaceControl surface, int params, float alpha, Matrix matrix, in SurfaceParams()
302 public final Matrix matrix; field in SyncRtSurfaceTransactionApplier.SurfaceParams
DGhostView.java64 public void setMatrix(Matrix matrix) { in setMatrix()
90 public static void calculateMatrix(View view, ViewGroup host, Matrix matrix) { in calculateMatrix()
99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp134 static void handleBounds(SkMatrix* matrix, const SkRect& intrinsicBounds, const SkRect& bounds) { in handleBounds()
146 SkMatrix matrix; in onDraw() local
241 SkMatrix matrix; in drawStaging() local
/frameworks/base/libs/hwui/
DLayer.cpp62 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect()
115 SkMatrix matrix; in draw() local
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DGlobalSaturationTintControllerTest.java46 final float[] matrix = new float[16]; in resetMatrix() local
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Matrix.cpp58 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapPoints() local
76 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRect__RectFRectF() local
86 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setRectToRect() local
98 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setPolyToPoly() local
118 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in getValues() local
128 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setValues() local
300 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postSkew__FF() local
305 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postConcat() local
311 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in invert() local
317 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRadius() local
DShader.cpp68 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in BitmapShader_constructor() local
131 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in LinearGradient_create() local
181 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in RadialGradient_create() local
207 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in SweepGradient_create() local
219 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in ComposeShader_create() local
262 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in RuntimeShader_create() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSyncRtSurfaceTransactionApplierCompat.java197 Matrix matrix; field in SyncRtSurfaceTransactionApplierCompat.SurfaceParams.Builder
233 public Builder withMatrix(Matrix matrix) { in withMatrix()
321 private SurfaceParams(SurfaceControl surface, int flags, float alpha, Matrix matrix, in SurfaceParams()
345 public final Matrix matrix; field in SyncRtSurfaceTransactionApplierCompat.SurfaceParams
/frameworks/base/libs/hwui/shader/
DBlurShader.cpp24 const SkMatrix* matrix) in BlurShader()
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCamUtils.java129 float[][] matrix = SRGB_TO_XYZ; in yFromInt() local
140 float[][] matrix = SRGB_TO_XYZ; in xyzFromInt() local
/frameworks/base/libs/hwui/tests/common/scenes/
DListOfFadedTextAnimation.cpp49 SkMatrix matrix; in createListItem() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java227 final float[] matrix = new float[9]; in startAnimInternal() local
262 SurfaceControl leash, Animation anim, Transformation transformation, float[] matrix) { in applyTransformation()
/frameworks/base/core/java/android/app/
DSharedElementCallback.java198 Matrix matrix = imageView.getImageMatrix(); in onCaptureSharedElementSnapshot() local
257 Matrix matrix = new Matrix(); in onCreateSnapshotView() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java264 final Matrix matrix = pipTx.getMatrix(); in startSeamlessRotationIfNeeded() local
304 final Matrix matrix = new Matrix(); in startSeamlessRotationIfNeeded() local
307 t.setMatrix(pinnedTask.getSurfaceControl(), matrix, new float[9]); in startSeamlessRotationIfNeeded() local

12345678