Home
last modified time | relevance | path

Searched refs:getLocalMatrix (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp19 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()
34 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
42 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext()
59 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix()); in onIsAImage()
71 *matrix = SkMatrix::Concat(proxyMatrix, this->getLocalMatrix()); in isAPicture()
77 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages()
DSkComposeShader.cpp135 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages()
161 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages()
188 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages()
224 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
236 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
244 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
DSkRTShader.cpp98 if (!this->getLocalMatrix().isIdentity()) { in flatten()
110 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
DSkLocalMatrixShader.h35 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
DSkPictureShader.cpp149 *matrix = this->getLocalMatrix(); in isAPicture()
179 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
DSkShaderBase.h59 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
DSkShader.cpp102 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context()
DSkImageShader.cpp63 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
143 *texM = this->getLocalMatrix(); in onIsAImage()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp22 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()
37 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
45 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext()
62 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix()); in onIsAImage()
69 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages()
85 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onProgram()
190 this->getLocalMatrix())); in asFragmentProcessor()
DSkTransformShader.cpp41 fProcessingAsPerspective = matrix.hasPerspective() || fShader.getLocalMatrix().hasPerspective(); in applyMatrix()
51 fProcessingAsPerspective = matrix.hasPerspective() || fShader.getLocalMatrix().hasPerspective(); in appendMatrix()
DSkComposeShader.cpp130 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages()
168 GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
DSkLocalMatrixShader.h35 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
DSkShaderBase.h50 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
DSkShader.cpp101 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context()
DSkImageShader.cpp133 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
240 *texM = this->getLocalMatrix(); in onIsAImage()
/third_party/skia/src/pdf/
DSkPDFUtils.h118 return SkMatrix::Concat(as_SB(s)->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix()
120 return as_SB(shader)->getLocalMatrix(); in GetShaderLocalMatrix()
DSkPDFShader.cpp273 SkMatrix shaderTransform = as_SB(shader)->getLocalMatrix(); in make_fallback_shader()
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.h118 return SkMatrix::Concat(as_SB(s)->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix()
120 return as_SB(shader)->getLocalMatrix(); in GetShaderLocalMatrix()
DSkPDFShader.cpp272 SkMatrix shaderTransform = as_SB(shader)->getLocalMatrix(); in make_fallback_shader()
/third_party/flutter/skia/src/core/
DSkNormalMapSource.cpp170 SkMatrix total = SkMatrix::Concat(*rec.fMatrix, as_SB(fMapShader)->getLocalMatrix()); in computeNormTotalInverse()
DSkScalerContext.h142 void getLocalMatrix(SkMatrix*) const;
DSkScalerContext.cpp707 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec
712 this->getLocalMatrix(m); in getSingleMatrix()
/third_party/skia/src/core/
DSkScalerContext.h149 void getLocalMatrix(SkMatrix*) const;
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp579 if (!as_SB(shader)->getLocalMatrix().isIdentity()) { in addLinearGradientDef()
580 this->addAttribute("gradientTransform", svg_transform(as_SB(shader)->getLocalMatrix())); in addLinearGradientDef()
/third_party/skia/src/svg/
DSkSVGDevice.cpp594 if (!as_SB(shader)->getLocalMatrix().isIdentity()) { in addLinearGradientDef()
595 this->addAttribute("gradientTransform", svg_transform(as_SB(shader)->getLocalMatrix())); in addLinearGradientDef()

12