Home
last modified time | relevance | path

Searched defs:matrix (Results 176 – 200 of 2206) sorted by relevance

12345678910>>...89

/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_caret.cpp40 const CFX_Matrix& matrix) { in DrawWidget()
75 const CFX_Matrix& matrix) { in OnDrawWidget()
/aosp_15_r20/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()
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobject.cpp89 void CPDF_PageObject::TransformClipPath(const CFX_Matrix& matrix) { in TransformClipPath()
96 void CPDF_PageObject::TransformGeneralState(const CFX_Matrix& matrix) { in TransformGeneralState()
/aosp_15_r20/external/skia/src/core/
H A DSkDrawable.cpp43 void SkDrawable::draw(SkCanvas* canvas, const SkMatrix* matrix) { in draw()
56 SkMatrix matrix = SkMatrix::Translate(x, y); in draw() local
H A DSkCanvas.cpp1342 void SkCanvas::concat(const SkMatrix& matrix) { in concat()
1369 void SkCanvas::setMatrix(const SkMatrix& matrix) { in setMatrix()
1596 const SkMatrix* matrix) { in internalQuickReject()
2591 SkMatrix matrix = SkMatrix::Translate(x, y); in drawDrawable() local
2598 void SkCanvas::drawDrawable(SkDrawable* dr, const SkMatrix* matrix) { in drawDrawable()
2609 void SkCanvas::onDrawDrawable(SkDrawable* dr, const SkMatrix* matrix) { in onDrawDrawable()
2764 void SkCanvas::drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) … in drawPicture()
2767 void SkCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, in onDrawPicture()
2771 void SkCanvas::drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) { in drawPicture()
2786 void SkCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, in onDrawPicture()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DRectangularCholeskyDecomposition.java64 public RectangularCholeskyDecomposition(RealMatrix matrix) in RectangularCholeskyDecomposition()
77 public RectangularCholeskyDecomposition(RealMatrix matrix, double small) in RectangularCholeskyDecomposition()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueue.java68 public boolean pollRotationMatrix(float[] matrix, long timestampUs) { in pollRotationMatrix()
109 private static void getRotationMatrixFromAngleAxis(float[] matrix, float[] angleAxis) { in getRotationMatrixFromAngleAxis()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueue.java68 public boolean pollRotationMatrix(float[] matrix, long timestampUs) { in pollRotationMatrix()
109 private static void getRotationMatrixFromAngleAxis(float[] matrix, float[] angleAxis) { in getRotationMatrixFromAngleAxis()
/aosp_15_r20/external/eigen/test/
H A Dcorners.cpp24 MatrixType matrix = MatrixType::Random(rows,cols); in corners() local
47 MatrixType matrix = MatrixType::Random(); in corners_fixedsize() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DFocusOverlayManager.java70 private Matrix matrix; field in FocusOverlayManager
154 Matrix matrix = new Matrix(); in setMatrix() local
461 private void prepareMatrix(Matrix matrix, boolean mirror, int viewWidth, int viewHeight) { in prepareMatrix()
/aosp_15_r20/external/skia/tools/debugger/
H A DDebugCanvas.cpp101 const SkMatrix* matrix, in onDrawPicture()
524 const SkMatrix* matrix, in onDrawPicture()
598 void DebugCanvas::onDrawDrawable(SkDrawable* drawable, const SkMatrix* matrix) { in onDrawDrawable()
643 void DebugCanvas::didSetM44(const SkM44& matrix) { in didSetM44()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/component/
DPdfPageObject.java113 Matrix matrix = new Matrix(); in transform() local
142 public void setMatrix(@NonNull Matrix matrix) { in setMatrix()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dtraits_graph.rs25 let mut matrix = FixedBitSet::with_capacity(n * n); in adjacency_matrix() localVariable
56 let mut matrix = FixedBitSet::with_capacity(n * n); in adjacency_matrix() localVariable
/aosp_15_r20/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.cpp202 int32_t CalculateMaskPenalty(CBC_CommonByteMatrix* matrix) { in CalculateMaskPenalty()
213 CBC_CommonByteMatrix* matrix) { in ChooseMaskPattern()
401 auto matrix = std::make_unique<CBC_CommonByteMatrix>( in Encode() local
/aosp_15_r20/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dmatlib.h45 std::vector<std::vector<double> > &matrix; member
95 std::vector<std::vector<double> > &matrix; member
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrixTest.kt39 val matrix = AnimatableScaleMatrix().apply { setScale(0.5f, 0.5f) } in test_hashCode_remainsSameIfMatrixUpdates() constant
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_generator.cpp45 Tensor<float, 2> matrix(512, 512); in test_2D() local
69 Tensor<float, 2> matrix(rows, cols); in test_gaussian() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/vertex_input/
Dimpl_vertex.rs179 matrix: [f32; 16], in impl_vertex() field
187 let matrix = info.members.get("matrix").unwrap(); in impl_vertex() localVariable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/third_party/svgpan/
Dsvgpan.js120 function setCTM(element, matrix) { argument
129 function dumpMatrix(matrix) { argument
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_renderpage.cpp25 const CFX_Matrix& matrix, in RenderPageImpl()
94 const CFX_Matrix& matrix, in CPDFSDK_RenderPage()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBaseUserSwitcherAdapter.kt95 val matrix = ColorMatrix() in <lambda>() constant
/aosp_15_r20/external/skia/gm/
H A Dcolormatrix.cpp31 static void set_color_matrix(SkPaint* paint, const SkColorMatrix& matrix) { in set_color_matrix()
89 SkColorMatrix matrix; in onDraw() local
/aosp_15_r20/external/skia/bench/
H A DImageFilterCollapse.cpp100 SkScalar matrix[20] = { 1, 0, 0, 0, amount, in make_brightness() local
108 float matrix[20]; in make_grayscale() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DViewAnimationMatrixTest.java68 Matrix matrix = new Matrix(); in testAnimationMatrixGetter() local
111 Matrix matrix = new Matrix(); in moveToTopLeftCorner() local

12345678910>>...89