Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DBoundsInfoDrawHelper.java57 final Matrix matrix = cursorAnchorInfo.getMatrix(); in draw() local
75 private static void drawEditorBoundsInfo(Canvas canvas, Matrix matrix, in drawEditorBoundsInfo()
105 private static void drawVisibleLineBounds(Canvas canvas, Matrix matrix, in drawVisibleLineBounds()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransform3dActivity.java61 final Matrix matrix = mMatrix; in onDraw() local
78 Matrix matrix) { in drawBitmap()
87 Matrix matrix, float angle) { in rotate()
H A DAssetsAtlasActivity.java53 final Matrix matrix = new Matrix(); in onDraw() local
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A 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
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColorMatrixColorFilter.java41 public ColorMatrixColorFilter(@NonNull ColorMatrix matrix) { in ColorMatrixColorFilter()
83 public void setColorMatrix(@Nullable ColorMatrix matrix) { in setColorMatrix()
H A DTextureLayer.java115 public void setTransform(@NonNull Matrix matrix) { in setTransform()
149 private static native void nSetTransform(long layerUpdater, long matrix); in nSetTransform()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DVkFunctorDrawable.cpp43 const SkMatrix& matrix, const SkIRect& clip, in VkFunctorDrawHandler()
125 GrBackendApi backendApi, const SkMatrix& matrix, const SkIRect& clip, in onSnapGpuDrawHandler()
H A DTransformCanvas.cpp45 void TransformCanvas::onDrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) { in onDrawDrawable()
/aosp14/frameworks/base/core/java/android/view/
H A DSyncRtSurfaceTransactionApplier.java171 Matrix matrix; field in SyncRtSurfaceTransactionApplier.SurfaceParams.Builder
198 public Builder withMatrix(Matrix matrix) { in withMatrix()
274 private SurfaceParams(SurfaceControl surface, int params, float alpha, Matrix matrix, in SurfaceParams()
304 public final Matrix matrix; field in SyncRtSurfaceTransactionApplier.SurfaceParams
H A 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()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp56 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapPoints() local
74 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRect__RectFRectF() local
84 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setRectToRect() local
96 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setPolyToPoly() local
116 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in getValues() local
126 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setValues() local
298 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postSkew__FF() local
303 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postConcat() local
309 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in invert() local
315 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRadius() local
/aosp14/frameworks/base/libs/hwui/
H A DLayer.cpp65 static bool shouldFilterRect(const SkMatrix& matrix, const SkRect& srcRect, const SkRect& dstRect) { in shouldFilterRect()
117 SkMatrix matrix; in draw() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp135 static void handleBounds(SkMatrix* matrix, const SkRect& intrinsicBounds, const SkRect& bounds) { in handleBounds()
147 SkMatrix matrix; in onDraw() local
241 SkMatrix matrix; in drawStaging() local
/aosp14/frameworks/base/core/java/android/window/
H A DPictureInPictureSurfaceTransaction.java95 final Matrix matrix = new Matrix(); in getMatrix() local
162 final Matrix matrix = getMatrix(); in toString() local
179 final Matrix matrix = surfaceTransaction.getMatrix(); in apply() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatcherTest.java956 private void fill(WatchedSparseBooleanMatrix matrix, int size, int[] indexes) { in fill()
968 private void fillNew(WatchedSparseBooleanMatrix matrix, int initialCapacity, in fillNew()
986 private void verify(WatchedSparseBooleanMatrix matrix, int[] indexes, boolean[] absent) { in verify()
1008 private void matrixGrow(WatchedSparseBooleanMatrix matrix, int size, IndexGenerator indexer) { in matrixGrow()
1023 private void matrixDelete(WatchedSparseBooleanMatrix matrix, int size, IndexGenerator indexer) { in matrixDelete()
1038 private void matrixShrink(WatchedSparseBooleanMatrix matrix, int size, IndexGenerator indexer) { in matrixShrink()
1058 private void matrixSetCapacity(WatchedSparseBooleanMatrix matrix, int newCapacity, in matrixSetCapacity()
1090 WatchedSparseBooleanMatrix matrix = new WatchedSparseBooleanMatrix(); in testWatchedSparseBooleanMatrix() local
1162 final WatchedSparseBooleanMatrix matrix = new WatchedSparseBooleanMatrix(initialCapacity); in testWatchedSparseBooleanMatrix_removeRangeAndShrink() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DGlobalSaturationTintControllerTest.java46 final float[] matrix = new float[16]; in resetMatrix() local
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.cpp51 void CanvasStateHelper::ConservativeClip::apply(SkClipOp op, const SkMatrix& matrix, in apply()
121 bool CanvasStateHelper::ConservativeClip::quickReject(const SkMatrix& matrix, in quickReject()
H A DCanvasFrontend.h38 bool matrix : 1 = false; member
157 void setMatrix(const SkMatrix& matrix) { in setMatrix()
161 void concat(const SkMatrix& matrix) { in concat()
/aosp14/frameworks/base/libs/hwui/shader/
H A DBlurShader.cpp24 const SkMatrix* matrix) in BlurShader()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java263 final Matrix matrix = pipTx.getMatrix(); in startSeamlessRotationIfNeeded() local
305 final Matrix matrix = new Matrix(); in startSeamlessRotationIfNeeded() local
308 t.setMatrix(pinnedTask.getSurfaceControl(), matrix, new float[9]); in startSeamlessRotationIfNeeded() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupDrawable.kt152 val matrix = Matrix() regex
171 val matrix = Matrix() regex
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCamUtils.java134 double[][] matrix = XYZ_TO_SRGB; in argbFromXyz() local
241 double[][] matrix = SRGB_TO_XYZ; in yFromInt() local
252 double[][] matrix = SRGB_TO_XYZ; in xyzFromInt() local
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DListOfFadedTextAnimation.cpp50 SkMatrix matrix; in createListItem() local
/aosp14/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java198 Matrix matrix = imageView.getImageMatrix(); in onCaptureSharedElementSnapshot() local
257 Matrix matrix = new Matrix(); in onCreateSnapshotView() local
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java90 Matrix matrix = new Matrix(); in copyViewImage() local
160 public static Bitmap createViewBitmap(View view, Matrix matrix, RectF bounds, in createViewBitmap()

123456