/external/skqp/src/shaders/ |
D | SkLocalMatrixShader.cpp | 17 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()
|
D | SkLocalMatrixShader.h | 36 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader() 55 this->getLocalMatrix()); in onMakeColorSpace() 66 this->getLocalMatrix())); in onIsRasterPipelineOnly()
|
D | SkPictureShader.cpp | 173 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()
|
D | SkImageShader.cpp | 56 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()
|
D | SkShader.cpp | 147 const SkMatrix& SkShader::getLocalMatrix() const { in getLocalMatrix() function in SkShader 148 return as_SB(this)->getLocalMatrix(); in getLocalMatrix()
|
D | SkImageShader.h | 50 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkShaderBase.h | 41 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
/external/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 17 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()
|
D | SkLocalMatrixShader.h | 36 *localMatrix = this->getLocalMatrix(); in makeAsALocalMatrixShader() 55 this->getLocalMatrix()); in onMakeColorSpace() 66 this->getLocalMatrix())); in onIsRasterPipelineOnly()
|
D | SkPictureShader.cpp | 166 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()
|
D | SkImageShader.cpp | 63 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()
|
D | SkShader.cpp | 147 const SkMatrix& SkShader::getLocalMatrix() const { in getLocalMatrix() function in SkShader 148 return as_SB(this)->getLocalMatrix(); in getLocalMatrix()
|
D | SkImageShader.h | 57 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkShaderBase.h | 41 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
/external/skia/src/pdf/ |
D | SkPDFUtils.h | 117 return SkMatrix::Concat(s->getLocalMatrix(), localMatrix); in GetShaderLocalMatrix() 119 return shader->getLocalMatrix(); in GetShaderLocalMatrix()
|
/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/shaders/gradients/ |
D | SkRadialGradient.cpp | 168 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor() 190 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkLinearGradient.cpp | 82 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace() 196 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
|
D | SkSweepGradient.cpp | 219 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor() 247 fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
|
/external/skqp/src/shaders/gradients/ |
D | SkRadialGradient.cpp | 168 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor() 190 &this->getLocalMatrix()); in onMakeColorSpace()
|
D | SkLinearGradient.cpp | 78 fTileMode, fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace() 192 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
|
D | SkSweepGradient.cpp | 219 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor() 247 fGradFlags, &this->getLocalMatrix()); in onMakeColorSpace()
|
/external/skia/include/core/ |
D | SkShader.h | 75 const SkMatrix& getLocalMatrix() const;
|
/external/skqp/include/core/ |
D | SkShader.h | 72 const SkMatrix& getLocalMatrix() const;
|
/external/skqp/src/core/ |
D | SkScalerContext.h | 122 void getLocalMatrix(SkMatrix*) const;
|