/third_party/flutter/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 19 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()
|
D | SkComposeShader.cpp | 135 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()
|
D | SkRTShader.cpp | 98 if (!this->getLocalMatrix().isIdentity()) { in flatten() 110 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
|
D | SkLocalMatrixShader.h | 35 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
|
D | SkPictureShader.cpp | 149 *matrix = this->getLocalMatrix(); in isAPicture() 179 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
|
D | SkShaderBase.h | 59 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
D | SkShader.cpp | 102 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context()
|
D | SkImageShader.cpp | 63 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 143 *texM = this->getLocalMatrix(); in onIsAImage()
|
/third_party/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 22 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()
|
D | SkTransformShader.cpp | 41 fProcessingAsPerspective = matrix.hasPerspective() || fShader.getLocalMatrix().hasPerspective(); in applyMatrix() 51 fProcessingAsPerspective = matrix.hasPerspective() || fShader.getLocalMatrix().hasPerspective(); in appendMatrix()
|
D | SkComposeShader.cpp | 130 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages() 168 GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
|
D | SkLocalMatrixShader.h | 35 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
|
D | SkShaderBase.h | 50 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
D | SkShader.cpp | 101 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context()
|
D | SkImageShader.cpp | 133 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 240 *texM = this->getLocalMatrix(); in onIsAImage()
|
/third_party/skia/src/pdf/ |
D | SkPDFUtils.h | 118 return SkMatrix::Concat(as_SB(s)->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix() 120 return as_SB(shader)->getLocalMatrix(); in GetShaderLocalMatrix()
|
D | SkPDFShader.cpp | 273 SkMatrix shaderTransform = as_SB(shader)->getLocalMatrix(); in make_fallback_shader()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUtils.h | 118 return SkMatrix::Concat(as_SB(s)->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix() 120 return as_SB(shader)->getLocalMatrix(); in GetShaderLocalMatrix()
|
D | SkPDFShader.cpp | 272 SkMatrix shaderTransform = as_SB(shader)->getLocalMatrix(); in make_fallback_shader()
|
/third_party/flutter/skia/src/core/ |
D | SkNormalMapSource.cpp | 170 SkMatrix total = SkMatrix::Concat(*rec.fMatrix, as_SB(fMapShader)->getLocalMatrix()); in computeNormTotalInverse()
|
D | SkScalerContext.h | 142 void getLocalMatrix(SkMatrix*) const;
|
D | SkScalerContext.cpp | 707 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec 712 this->getLocalMatrix(m); in getSingleMatrix()
|
/third_party/skia/src/core/ |
D | SkScalerContext.h | 149 void getLocalMatrix(SkMatrix*) const;
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.cpp | 579 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/ |
D | SkSVGDevice.cpp | 594 if (!as_SB(shader)->getLocalMatrix().isIdentity()) { in addLinearGradientDef() 595 this->addAttribute("gradientTransform", svg_transform(as_SB(shader)->getLocalMatrix())); in addLinearGradientDef()
|