Searched refs:getLocalMatrix (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkLocalMatrixShader.cpp33 buffer.writeMatrix(this->getLocalMatrix());
42 tmp.setConcat(*rec.fLocalMatrix, this->getLocalMatrix());
45 newRec.fLocalMatrix = &this->getLocalMatrix();
H A DSkLocalMatrixShader.h40 SkMatrix tmp = this->getLocalMatrix();
59 *localMatrix = this->getLocalMatrix();
H A DSkPictureShader.cpp63 buffer.writeMatrix(this->getLocalMatrix());
74 m.setConcat(matrix, this->getLocalMatrix());
122 SkMatrix shaderMatrix = this->getLocalMatrix();
H A DSkBitmapProcShader.cpp81 buffer.writeMatrix(this->getLocalMatrix());
405 if (!this->getLocalMatrix().invert(&lmInverse)) {
437 matrix.setConcat(context->getMatrix(), this->getLocalMatrix());
448 matrix.setConcat(context->getMatrix(), this->getLocalMatrix());
H A DSkComposeShader.cpp99 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
H A DSkScalerContext.h84 void getLocalMatrix(SkMatrix*) const;
H A DSkScalerContext.cpp734 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { function in class:SkScalerContextRec
739 this->getLocalMatrix(m);
/external/skia/src/core/
H A DSkLocalMatrixShader.cpp27 tmp.setConcat(this->getLocalMatrix(), *rec.fLocalMatrix);
30 newRec.fLocalMatrix = &this->getLocalMatrix();
H A DSkLocalMatrixShader.h39 SkMatrix tmp = this->getLocalMatrix();
58 *localMatrix = this->getLocalMatrix();
H A DSkPictureShader.cpp59 m.setConcat(matrix, this->getLocalMatrix());
84 // TODO(fmalita): remove fCachedLocalMatrix from this key after getLocalMatrix is removed.
86 this->getLocalMatrix() != fCachedLocalMatrix) {
98 fCachedLocalMatrix = this->getLocalMatrix();
100 SkMatrix shaderMatrix = this->getLocalMatrix();
H A DSkBitmapProcShader.cpp392 if (!this->getLocalMatrix().invert(&lmInverse)) {
424 matrix.setConcat(context->getMatrix(), this->getLocalMatrix());
435 matrix.setConcat(context->getMatrix(), this->getLocalMatrix());
H A DSkComposeShader.cpp89 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
H A DSkScalerContext.h89 void getLocalMatrix(SkMatrix*) const;
H A DSkScalerContext.cpp918 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { function in class:SkScalerContextRec
923 this->getLocalMatrix(m);
/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } function in class:SkShader
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h109 const SkMatrix& getLocalMatrix() const { return fMatrix; } function in class:SkView
/external/skia/include/core/
H A DSkShader.h45 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } function in class:SkShader
/external/skia/include/views/
H A DSkView.h109 const SkMatrix& getLocalMatrix() const { return fMatrix; } function in class:SkView
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp301 if (!this->getLocalMatrix().invert(&matrix)) {
H A DSkLinearGradient.cpp575 if (!this->getLocalMatrix().invert(&matrix)) {
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp291 if (!this->getLocalMatrix().invert(&matrix)) {
H A DSkLinearGradient.cpp560 if (!this->getLocalMatrix().invert(&matrix)) {
H A DSkRadialGradient.cpp572 if (!this->getLocalMatrix().invert(&matrix)) {
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp630 matrix->preConcat(view->getLocalMatrix());
/external/skia/src/views/
H A DSkView.cpp630 matrix->preConcat(view->getLocalMatrix());

Completed in 256 milliseconds

12