Home
last modified time | relevance | path

Searched refs:getMatrix (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/src/effects/
DSk2DPathEffect.cpp48 const SkMatrix& mat = this->getMatrix(); in nextSpan()
59 const SkMatrix& getMatrix() const { return fMatrix; } in getMatrix() function in Sk2DPathEffect
132 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
147 buffer.writeMatrix(this->getMatrix()); in flatten()
179 buffer.writeMatrix(this->getMatrix()); in flatten()
/third_party/flutter/skia/src/effects/
DSk2DPathEffect.cpp55 const SkMatrix& mat = this->getMatrix(); in nextSpan()
94 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
109 buffer.writeMatrix(this->getMatrix()); in flatten()
128 buffer.writeMatrix(this->getMatrix()); in flatten()
/third_party/skia/src/core/
DSkPathMeasure.cpp34 bool SkPathMeasure::getMatrix(SkScalar distance, SkMatrix* matrix, MatrixFlags flags) { in getMatrix() function in SkPathMeasure
35 return fContour && fContour->getMatrix(distance, matrix, (SkContourMeasure::MatrixFlags)flags); in getMatrix()
/third_party/flutter/skia/src/core/
DSkPathMeasure.cpp34 bool SkPathMeasure::getMatrix(SkScalar distance, SkMatrix* matrix, MatrixFlags flags) { in getMatrix() function in SkPathMeasure
35 return fContour && fContour->getMatrix(distance, matrix, (SkContourMeasure::MatrixFlags)flags); in getMatrix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp225 ColumnMatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anon4c9204800111::LowerMatrixIntrinsics
593 auto LM = getMatrix(Matrix, Shape, Builder); in LowerStore()
710 getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply()
712 getMatrix(MatMul->getArgOperand(1), RShape, Builder); in LowerMultiply()
761 ColumnMatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose()
815 ColumnMatrixTy LoweredLhs = getMatrix(Lhs, Shape, Builder); in VisitBinaryOperator()
816 ColumnMatrixTy LoweredRhs = getMatrix(Rhs, Shape, Builder); in VisitBinaryOperator()
/third_party/skia/samplecode/
DSampleAndroidShadows.cpp277 view.getMatrix(&persp); in onDrawContent()
294 view.getMatrix(&persp); in onDrawContent()
309 view.getMatrix(&persp); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleAndroidShadows.cpp278 view.getMatrix(&persp); in onDrawContent()
295 view.getMatrix(&persp); in onDrawContent()
310 view.getMatrix(&persp); in onDrawContent()
DSampleTextEffects.cpp51 buffer.writeMatrix(this->getMatrix()); in flatten()
/third_party/flutter/skia/include/core/
DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
DSkContourMeasure.h40 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/third_party/skia/include/core/
DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
DSkContourMeasure.h40 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/third_party/skia/src/utils/
DSkCamera.cpp222 void Sk3DView::getMatrix(SkMatrix* matrix) const { in getMatrix() function in Sk3DView
235 this->getMatrix(&matrix); in applyToCanvas()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp20 combined.setConcat(coordTransform.getMatrix(), localMatrix); in GetTransformMatrix()
DGrGLSLGeometryProcessor.cpp80 if (localMatrix.hasPerspective() || coordTransform->getMatrix().hasPerspective() in emitTransforms()
/third_party/skia/include/utils/
DSkCamera.h90 void getMatrix(SkMatrix*) const;
/third_party/flutter/skia/src/gpu/
DGrCoordTransform.h94 const SkMatrix& getMatrix() const { return fMatrix; } in getMatrix() function
DGrPrimitiveProcessor.cpp34 if (coordTransform->getMatrix().hasPerspective()) { in getTransformKey()
DGrPathProcessor.cpp57 coordTransform->getMatrix().hasPerspective() ? kHalf3_GrSLType in emitTransforms()
/third_party/flutter/skia/include/effects/
DSk2DPathEffect.h34 const SkMatrix& getMatrix() const { return fMatrix; } in getMatrix() function
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java113 public Matrix getMatrix() { in getMatrix() method in VSphereAnimator
227 canvas.concat(mVSphere.getMatrix()); in onRenderFrame()
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp100 SkM44 getMatrix(float distance, SkTextUtils::Align alignment) const { in getMatrix() function
703 return fPathInfo->getMatrix(path_distance, fText->fHAlign) in fragmentMatrix()
770 frag.fMatrixNode->getMatrix(); in adjustLineProps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix() function
/third_party/flutter/skia/include/utils/
DSkCamera.h140 void getMatrix(SkMatrix*) const;
/third_party/flutter/skia/src/utils/
DSkCamera.cpp383 void Sk3DView::getMatrix(SkMatrix* matrix) const { in getMatrix() function in Sk3DView
396 this->getMatrix(&matrix); in applyToCanvas()

12