Home
last modified time | relevance | path

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

12

/external/skqp/src/shaders/
DSkLocalMatrixShader.cpp17 SkMatrix tmp = this->getLocalMatrix(); in asFragmentProcessor()
38 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
48 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix()); in onMakeContext()
51 newRec.fLocalMatrix = &this->getLocalMatrix(); in onMakeContext()
61 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix()); in onIsAImage()
70 tmp.setConcat(*rec.fLocalM, this->getLocalMatrix()); in onAppendStages()
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix(); in onAppendStages()
DSkLocalMatrixShader.h36 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
55 this->getLocalMatrix()); in onMakeColorSpace()
66 this->getLocalMatrix())); in onIsRasterPipelineOnly()
DSkPictureShader.cpp173 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
188 m.setConcat(viewMatrix, this->getLocalMatrix()); in refBitmapShader()
249 this->getLocalMatrix(), in refBitmapShader()
268 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader()
281 fTmx, fTmy, this->getLocalMatrix()); in onIsRasterPipelineOnly()
314 return sk_sp<SkPictureShader>(new SkPictureShader(fPicture, fTmx, fTmy, &this->getLocalMatrix(), in onMakeColorSpace()
DSkImageShader.cpp56 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
90 fTileModeX, fTileModeY, this->getLocalMatrix()); in onIsRasterPipelineOnly()
102 *texM = this->getLocalMatrix(); in onIsAImage()
122 *texM = this->getLocalMatrix(); in onIsABitmap()
190 if (!this->getLocalMatrix().invert(&lmInverse)) { in asFragmentProcessor()
210 args.fFilterQuality, *args.fViewMatrix, this->getLocalMatrix(), &doBicubic); in asFragmentProcessor()
260 auto matrix = SkMatrix::Concat(rec.fCTM, this->getLocalMatrix()); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
DSkShader.cpp147 const SkMatrix& SkShader::getLocalMatrix() const { in getLocalMatrix() function in SkShader
148 return as_SB(this)->getLocalMatrix(); in getLocalMatrix()
DSkImageShader.h50 &this->getLocalMatrix()); in onMakeColorSpace()
DSkShaderBase.h41 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
/external/skia/src/shaders/
DSkLocalMatrixShader.cpp17 SkMatrix tmp = this->getLocalMatrix(); in asFragmentProcessor()
38 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
48 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix()); in onMakeContext()
51 newRec.fLocalMatrix = &this->getLocalMatrix(); in onMakeContext()
61 *outMatrix = SkMatrix::Concat(imageMatrix, this->getLocalMatrix()); in onIsAImage()
70 tmp.setConcat(*rec.fLocalM, this->getLocalMatrix()); in onAppendStages()
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix(); in onAppendStages()
DSkLocalMatrixShader.h36 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader()
55 this->getLocalMatrix()); in onMakeColorSpace()
66 this->getLocalMatrix())); in onIsRasterPipelineOnly()
DSkPictureShader.cpp166 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
192 *compositeLocalMatrix = this->getLocalMatrix(); in refBitmapShader()
285 fTmx, fTmy, this->getLocalMatrix()); in onIsRasterPipelineOnly()
329 return sk_sp<SkPictureShader>(new SkPictureShader(fPicture, fTmx, fTmy, &this->getLocalMatrix(), in onMakeColorSpace()
DSkImageShader.cpp63 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
126 fTileModeX, fTileModeY, this->getLocalMatrix()); in onIsRasterPipelineOnly()
138 *texM = this->getLocalMatrix(); in onIsAImage()
158 *texM = this->getLocalMatrix(); in onIsABitmap()
230 SkMatrix lm = this->getLocalMatrix(); in asFragmentProcessor()
DSkShader.cpp147 const SkMatrix& SkShader::getLocalMatrix() const { in getLocalMatrix() function in SkShader
148 return as_SB(this)->getLocalMatrix(); in getLocalMatrix()
DSkImageShader.h57 &this->getLocalMatrix()); in onMakeColorSpace()
DSkShaderBase.h41 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
/external/skia/src/pdf/
DSkPDFUtils.h117 return SkMatrix::Concat(s->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix()
119 return shader->getLocalMatrix(); in GetShaderLocalMatrix()
/external/skqp/src/pdf/
DSkPDFUtils.h117 return SkMatrix::Concat(s->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix()
119 return shader->getLocalMatrix(); in GetShaderLocalMatrix()
/external/skia/src/shaders/gradients/
DSkRadialGradient.cpp168 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
190 &this->getLocalMatrix()); in onMakeColorSpace()
DSkLinearGradient.cpp82 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
196 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
DSkSweepGradient.cpp219 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
247 fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
/external/skqp/src/shaders/gradients/
DSkRadialGradient.cpp168 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
190 &this->getLocalMatrix()); in onMakeColorSpace()
DSkLinearGradient.cpp78 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
192 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
DSkSweepGradient.cpp219 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
247 fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
/external/skia/include/core/
DSkShader.h75 const SkMatrix& getLocalMatrix() const;
/external/skqp/include/core/
DSkShader.h72 const SkMatrix& getLocalMatrix() const;
/external/skqp/src/core/
DSkScalerContext.h122 void getLocalMatrix(SkMatrix*) const;

12