Home
last modified time | relevance | path

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

/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()
DSkPictureShader.cpp157 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
DSkPerlinNoiseShader.cpp537 SkMatrix matrix = SkMatrix::Concat(*rec.fMatrix, shader.getLocalMatrix()); in total_matrix()
/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/skia/src/core/
DSkScalerContext.h149 void getLocalMatrix(SkMatrix*) const;
DSkScalerContext.cpp790 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec
795 this->getLocalMatrix(m); in getSingleMatrix()
DSkRuntimeEffect.cpp1070 if (!this->getLocalMatrix().isIdentity()) { in flatten()
1078 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
/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()
/third_party/skia/src/xps/
DSkXPSDevice.cpp1016 SkMatrix localMatrix = as_SB(shader)->getLocalMatrix(); in createXpsBrush()
1056 SkMatrix localMatrix = as_SB(shader)->getLocalMatrix(); in createXpsBrush()
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp216 const SkMatrix& m = this->getLocalMatrix(); in flatten()