/external/chromium_org/third_party/skia/src/core/ |
D | SkLocalMatrixShader.cpp | 33 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 42 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix()); in onCreateContext() 45 newRec.fLocalMatrix = &this->getLocalMatrix(); in onCreateContext()
|
D | SkLocalMatrixShader.h | 40 SkMatrix tmp = this->getLocalMatrix(); in asFragmentProcessor() 59 *localMatrix = this->getLocalMatrix(); in refAsALocalMatrixShader()
|
D | SkBitmapProcShader.cpp | 81 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 405 if (!this->getLocalMatrix().invert(&lmInverse)) { in asFragmentProcessor() 437 matrix.setConcat(context->getMatrix(), this->getLocalMatrix()); in asFragmentProcessor() 448 matrix.setConcat(context->getMatrix(), this->getLocalMatrix()); in asFragmentProcessor()
|
D | SkPictureShader.cpp | 63 buffer.writeMatrix(this->getLocalMatrix()); in flatten() 74 m.setConcat(matrix, this->getLocalMatrix()); in refBitmapShader() 122 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader()
|
D | SkScalerContext.h | 84 void getLocalMatrix(SkMatrix*) const;
|
D | SkComposeShader.cpp | 99 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
|
D | SkScalerContext.cpp | 734 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec 739 this->getLocalMatrix(m); in getSingleMatrix()
|
/external/skia/src/core/ |
D | SkPictureShader.cpp | 59 m.setConcat(matrix, this->getLocalMatrix()); in refBitmapShader() 86 this->getLocalMatrix() != fCachedLocalMatrix) { in refBitmapShader() 98 fCachedLocalMatrix = this->getLocalMatrix(); in refBitmapShader() 100 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader()
|
D | SkLocalMatrixShader.cpp | 27 tmp.setConcat(this->getLocalMatrix(), *rec.fLocalMatrix); in onCreateContext() 30 newRec.fLocalMatrix = &this->getLocalMatrix(); in onCreateContext()
|
D | SkLocalMatrixShader.h | 39 SkMatrix tmp = this->getLocalMatrix(); in asNewEffect() 58 *localMatrix = this->getLocalMatrix(); in refAsALocalMatrixShader()
|
D | SkBitmapProcShader.cpp | 392 if (!this->getLocalMatrix().invert(&lmInverse)) { in asNewEffect() 424 matrix.setConcat(context->getMatrix(), this->getLocalMatrix()); in asNewEffect() 435 matrix.setConcat(context->getMatrix(), this->getLocalMatrix()); in asNewEffect()
|
D | SkComposeShader.cpp | 89 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
|
D | SkScalerContext.h | 89 void getLocalMatrix(SkMatrix*) const;
|
D | SkScalerContext.cpp | 918 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec 923 this->getLocalMatrix(m); in getSingleMatrix()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkShader.h | 48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
/external/skia/include/core/ |
D | SkShader.h | 45 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
|
/external/chromium_org/third_party/skia/include/views/ |
D | SkView.h | 109 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
|
/external/skia/include/views/ |
D | SkView.h | 109 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
|
/external/skia/src/effects/gradients/ |
D | SkSweepGradient.cpp | 291 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
|
D | SkRadialGradient.cpp | 572 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
|
D | SkLinearGradient.cpp | 560 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
D | SkSweepGradient.cpp | 301 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
|
/external/skia/src/effects/ |
D | SkPerlinNoiseShader.cpp | 449 newMatrix.preConcat(shader.getLocalMatrix()); in PerlinNoiseShaderContext() 971 SkMatrix localMatrix = this->getLocalMatrix(); in asNewEffect()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkPerlinNoiseShader.cpp | 469 newMatrix.preConcat(shader.getLocalMatrix()); in PerlinNoiseShaderContext() 975 SkMatrix localMatrix = this->getLocalMatrix(); in asFragmentProcessor()
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkView.cpp | 630 matrix->preConcat(view->getLocalMatrix()); in localToGlobal()
|