Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/src/core/
DSkLocalMatrixShader.cpp33 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
42 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix()); in onCreateContext()
45 newRec.fLocalMatrix = &this->getLocalMatrix(); in onCreateContext()
DSkLocalMatrixShader.h40 SkMatrix tmp = this->getLocalMatrix(); in asFragmentProcessor()
59 *localMatrix = this->getLocalMatrix(); in refAsALocalMatrixShader()
DSkBitmapProcShader.cpp81 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()
DSkPictureShader.cpp63 buffer.writeMatrix(this->getLocalMatrix()); in flatten()
74 m.setConcat(matrix, this->getLocalMatrix()); in refBitmapShader()
122 SkMatrix shaderMatrix = this->getLocalMatrix(); in refBitmapShader()
DSkScalerContext.h84 void getLocalMatrix(SkMatrix*) const;
DSkComposeShader.cpp99 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
DSkScalerContext.cpp734 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec
739 this->getLocalMatrix(m); in getSingleMatrix()
/external/skia/src/core/
DSkPictureShader.cpp59 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()
DSkLocalMatrixShader.cpp27 tmp.setConcat(this->getLocalMatrix(), *rec.fLocalMatrix); in onCreateContext()
30 newRec.fLocalMatrix = &this->getLocalMatrix(); in onCreateContext()
DSkLocalMatrixShader.h39 SkMatrix tmp = this->getLocalMatrix(); in asNewEffect()
58 *localMatrix = this->getLocalMatrix(); in refAsALocalMatrixShader()
DSkBitmapProcShader.cpp392 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()
DSkComposeShader.cpp89 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
DSkScalerContext.h89 void getLocalMatrix(SkMatrix*) const;
DSkScalerContext.cpp918 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/
DSkShader.h48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
/external/skia/include/core/
DSkShader.h45 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
/external/chromium_org/third_party/skia/include/views/
DSkView.h109 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
/external/skia/include/views/
DSkView.h109 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp291 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkRadialGradient.cpp572 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkLinearGradient.cpp560 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
/external/chromium_org/third_party/skia/src/effects/gradients/
DSkSweepGradient.cpp301 if (!this->getLocalMatrix().invert(&matrix)) { in asFragmentProcessor()
/external/skia/src/effects/
DSkPerlinNoiseShader.cpp449 newMatrix.preConcat(shader.getLocalMatrix()); in PerlinNoiseShaderContext()
971 SkMatrix localMatrix = this->getLocalMatrix(); in asNewEffect()
/external/chromium_org/third_party/skia/src/effects/
DSkPerlinNoiseShader.cpp469 newMatrix.preConcat(shader.getLocalMatrix()); in PerlinNoiseShaderContext()
975 SkMatrix localMatrix = this->getLocalMatrix(); in asFragmentProcessor()
/external/chromium_org/third_party/skia/src/views/
DSkView.cpp630 matrix->preConcat(view->getLocalMatrix()); in localToGlobal()

12