Home
last modified time | relevance | path

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

123456

/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
DAlpha8BitmapActivity.java81 Matrix matrix = new Matrix(); in onDraw() local
/frameworks/base/graphics/java/android/graphics/
DColorMatrixColorFilter.java40 public ColorMatrixColorFilter(@NonNull ColorMatrix matrix) { in ColorMatrixColorFilter()
82 public void setColorMatrix(@Nullable ColorMatrix matrix) { in setColorMatrix()
/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/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.cpp38 const SkMatrix& matrix, const SkIRect& clip, in VkFunctorDrawHandler()
117 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()
98 SkMatrix matrix; in DrawLayer() local
/frameworks/base/core/jni/android/graphics/
DShader.cpp67 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in BitmapShader_constructor() local
128 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in LinearGradient_create() local
158 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in RadialGradient_create() local
184 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in SweepGradient_create() local
196 const SkMatrix* matrix = reinterpret_cast<const SkMatrix*>(matrixPtr); in ComposeShader_create() local
DMatrix.cpp61 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapPoints() local
79 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRect__RectFRectF() local
89 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setRectToRect() local
101 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setPolyToPoly() local
121 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in getValues() local
131 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in setValues() local
303 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postSkew__FF() local
308 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in postConcat() local
314 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in invert() local
320 SkMatrix* matrix = reinterpret_cast<SkMatrix*>(matrixHandle); in mapRadius() local
/frameworks/base/core/java/android/view/
DSyncRtSurfaceTransactionApplier.java127 public SurfaceParams(SurfaceControl surface, float alpha, Matrix matrix, in SurfaceParams()
148 public final Matrix matrix; field in SyncRtSurfaceTransactionApplier.SurfaceParams
DTextureLayer.java117 public void setTransform(Matrix matrix) { in setTransform()
151 private static native void nSetTransform(long layerUpdater, long matrix); in nSetTransform()
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/services/tests/servicestests/src/com/android/server/display/color/
DGlobalSaturationTintControllerTest.java44 final float[] matrix = new float[16]; in resetMatrix() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSyncRtSurfaceTransactionApplierCompat.java192 public SurfaceParams(SurfaceControlCompat surface, float alpha, Matrix matrix, in SurfaceParams()
205 public final Matrix matrix; field in SyncRtSurfaceTransactionApplierCompat.SurfaceParams
/frameworks/base/libs/hwui/tests/common/scenes/
DListOfFadedTextAnimation.cpp49 SkMatrix matrix; in createListItem() local
DSimpleColorMatrixAnimation.cpp56 float matrix[20] = {0}; in createCard() local
/frameworks/base/services/core/java/com/android/server/wm/
DBlackFrame.java68 void setMatrix(SurfaceControl.Transaction t, Matrix matrix) { in setMatrix()
185 public void setMatrix(SurfaceControl.Transaction t, Matrix matrix) { in setMatrix()
/frameworks/base/core/java/android/app/
DSharedElementCallback.java199 Matrix matrix = imageView.getImageMatrix(); in onCaptureSharedElementSnapshot() local
259 Matrix matrix = new Matrix(); in onCreateSnapshotView() local
/frameworks/base/core/java/android/transition/
DTransitionUtils.java90 Matrix matrix = new Matrix(); in copyViewImage() local
160 public static Bitmap createViewBitmap(View view, Matrix matrix, RectF bounds, in createViewBitmap()
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java63 MatrixCursor matrix = new MatrixCursor(projection); in query() local
104 private void addRow(MatrixCursor matrix, int match_id) { in addRow()
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java60 Matrix matrix = new Matrix(); in toPath() local
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dmatrix_helpers.h15 Eigen::Matrix4f matrix; in MakeMat4() local
/frameworks/native/libs/renderengine/
DTexture.cpp39 void Texture::setMatrix(float const* matrix) { in setMatrix()
/frameworks/base/libs/hwui/
DDeferredLayerUpdater.h82 ANDROID_API void setTransform(const SkMatrix* matrix) { in setTransform()

123456