Home
last modified time | relevance | path

Searched refs:getMatrix (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/effects/
H A 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);
147 buffer.writeMatrix(this->getMatrix());
179 buffer.writeMatrix(this->getMatrix());
H A DSk1DPathEffect.cpp225 if (meas.getMatrix(distance, &matrix)) { in next()
/third_party/skia/src/core/
H A 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()
H A DSkContourMeasure.cpp604 bool SkContourMeasure::getMatrix(SkScalar distance, SkMatrix* matrix, MatrixFlags flags) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp225 ColumnMatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anon25166::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/include/core/
H A DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
H A DSkContourMeasure.h40 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/third_party/skia/samplecode/
H A DSampleAndroidShadows.cpp277 view.getMatrix(&persp);
294 view.getMatrix(&persp);
309 view.getMatrix(&persp);
H A DSamplePatch.cpp338 if (!meas->getMatrix(distance, &mx)) { in make_verts()
/third_party/skia/include/utils/
H A DSkCamera.h90 void getMatrix(SkMatrix*) const;
/third_party/skia/src/utils/
H A DSkCamera.cpp222 void Sk3DView::getMatrix(SkMatrix* matrix) const { in getMatrix() function in Sk3DView
235 this->getMatrix(&matrix); in applyToCanvas()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix() function in llvm::PBQP::PoolCostAllocator
H A DGraph.h414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()
509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()
/third_party/skia/modules/skottie/src/layers/
H A DFootageLayer.cpp55 m != fImageTransformNode->getMatrix()) {
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java113 public Matrix getMatrix() { in getMatrix() method in VSphereAnimator
227 canvas.concat(mVSphere.getMatrix()); in onRenderFrame()
/third_party/skia/modules/skottie/src/text/
H A 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/tools/viewer/
H A DSlideDir.cpp329 slideMatrix->getMatrix())); in load()
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp372 return contour->getMatrix(offset, &m) ? m : SkMatrix::I(); in getMatrixAt()

Completed in 13 milliseconds