/external/skqp/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() 66 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages()
|
D | SkLocalMatrixShader.h | 36 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader() 54 this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkShader.cpp | 101 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context() 112 const SkMatrix& SkShader::getLocalMatrix() const { in getLocalMatrix() function in SkShader 113 return as_SB(this)->getLocalMatrix(); in getLocalMatrix()
|
D | SkImageShader.h | 49 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkShaderBase.h | 43 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
D | SkPictureShader.cpp | 154 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 304 return sk_sp<SkPictureShader>(new SkPictureShader(fPicture, fTmx, fTmy, &this->getLocalMatrix(), in onMakeColorSpace()
|
D | SkImageShader.cpp | 63 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 138 *texM = this->getLocalMatrix(); in onIsAImage()
|
/external/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 23 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor() 38 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 46 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() 63 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix()); in onIsAImage() 70 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() 86 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onProgram() 191 this->getLocalMatrix())); in asFragmentProcessor()
|
D | SkComposeShader.cpp | 134 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages() 181 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
|
D | SkLocalMatrixShader.h | 35 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
|
D | SkShaderBase.h | 64 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
D | SkShader.cpp | 100 SkASSERT(!shader.getLocalMatrix().hasPerspective()); in Context()
|
D | SkImageShader.cpp | 176 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 283 *texM = this->getLocalMatrix(); in onIsAImage() 381 , fUsePersp(usePersp || as_SB(shader)->getLocalMatrix().hasPerspective()) in SkImageStageUpdater()
|
/external/skqp/src/pdf/ |
D | SkPDFUtils.h | 117 return SkMatrix::Concat(s->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix() 119 return shader->getLocalMatrix(); in GetShaderLocalMatrix()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.h | 117 return SkMatrix::Concat(as_SB(s)->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix() 119 return as_SB(shader)->getLocalMatrix(); in GetShaderLocalMatrix()
|
D | SkPDFShader.cpp | 273 SkMatrix shaderTransform = as_SB(shader)->getLocalMatrix(); in make_fallback_shader()
|
/external/skqp/src/shaders/gradients/ |
D | SkRadialGradient.cpp | 66 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkLinearGradient.cpp | 86 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkSweepGradient.cpp | 73 fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkTwoPointConicalGradient.cpp | 184 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
|
/external/skqp/include/core/ |
D | SkShader.h | 76 const SkMatrix& getLocalMatrix() const;
|
/external/skqp/src/core/ |
D | SkNormalMapSource.cpp | 165 SkMatrix total = SkMatrix::Concat(*rec.fMatrix, fMapShader->getLocalMatrix()); in computeNormTotalInverse()
|
D | SkScalerContext.h | 152 void getLocalMatrix(SkMatrix*) const;
|
/external/skia/src/core/ |
D | SkScalerContext.h | 143 void getLocalMatrix(SkMatrix*) const;
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 547 if (!shader->getLocalMatrix().isIdentity()) { in addLinearGradientDef() 548 this->addAttribute("gradientTransform", svg_transform(shader->getLocalMatrix())); in addLinearGradientDef()
|