Searched refs:postConcat (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixImageFilter.cpp67 matrix.postConcat(fTransform);
68 matrix.postConcat(ctx.ctm());
99 matrix.postConcat(fTransform);
114 matrix.postConcat(transformInverse);
115 matrix.postConcat(ctm);
H A DSkColorMatrix.cpp67 this->postConcat(tmp);
/external/skia/src/effects/
H A DSkMatrixImageFilter.cpp67 matrix.postConcat(fTransform);
68 matrix.postConcat(ctx.ctm());
99 matrix.postConcat(fTransform);
114 matrix.postConcat(transformInverse);
115 matrix.postConcat(ctm);
H A DSkColorMatrix.cpp67 this->postConcat(tmp);
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h51 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/skia/include/effects/
H A DSkColorMatrix.h51 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h60 void postConcat(const SkMatrix&);
/external/skia/include/views/
H A DSkWindow.h60 void postConcat(const SkMatrix&);
/external/chromium_org/third_party/skia/tests/
H A DRecordDrawTest.cpp103 expected.postConcat(translate);
H A DMatrix44Test.cpp294 d.postConcat(b);
323 e.postConcat(d);
548 mat.postConcat(rot);
560 mat.postConcat(rot);
571 mat.postConcat(rot);
/external/skia/tests/
H A DRecordDrawTest.cpp103 expected.postConcat(translate);
H A DMatrix44Test.cpp294 d.postConcat(b);
323 e.postConcat(d);
548 mat.postConcat(rot);
560 mat.postConcat(rot);
571 mat.postConcat(rot);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLayer.cpp155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
/external/skia/src/utils/
H A DSkLayer.cpp155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp299 matrix.postConcat(inv);
301 matrix.postConcat(fPtsToUnit);
H A DSkTwoPointConicalGradient_gpu.cpp53 invLMatrix->postConcat(rot);
331 matrix.postConcat(rot);
357 invLMatrix->postConcat(matrix);
799 invLMatrix->postConcat(matrix);
1301 matrix.postConcat(inv);
H A DSkLinearGradient.cpp568 matrix.postConcat(inv);
570 matrix.postConcat(fPtsToUnit);
H A DSkRadialGradient.cpp580 matrix.postConcat(inv);
582 matrix.postConcat(fPtsToUnit);
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp299 matrix.postConcat(inv);
301 matrix.postConcat(fPtsToUnit);
H A DSkTwoPointConicalGradient_gpu.cpp53 invLMatrix->postConcat(rot);
331 matrix.postConcat(rot);
357 invLMatrix->postConcat(matrix);
799 invLMatrix->postConcat(matrix);
1301 matrix.postConcat(inv);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureStateTree.cpp112 m.postConcat(fPlaybackMatrix);
H A DSkMatrix.cpp275 this->postConcat(m);
363 this->postConcat(m);
372 this->postConcat(m);
459 this->postConcat(m);
465 this->postConcat(m);
515 this->postConcat(m);
521 this->postConcat(m);
687 void SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp52 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/skia/src/core/
H A DSkPictureStateTree.cpp112 m.postConcat(fPlaybackMatrix);
/external/skia/src/views/
H A DSkWindow.cpp52 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow

Completed in 633 milliseconds

123