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

12

/external/skia/src/core/
H A DSkMatrixImageFilter.cpp69 matrix.postConcat(fTransform);
70 matrix.postConcat(ctx.ctm());
110 matrix.postConcat(fTransform);
117 matrix.postConcat(transformInverse);
119 matrix.postConcat(ctm);
H A DSkMatrix.cpp313 this->postConcat(m);
401 this->postConcat(m);
410 this->postConcat(m);
512 this->postConcat(m);
518 this->postConcat(m);
568 this->postConcat(m);
574 this->postConcat(m);
723 void SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
H A DSkBitmapProcShader.cpp313 lmInverse.postConcat(inv);
H A DSkDevice.cpp396 m.postConcat(*matrix);
H A DSkLightingShader.cpp347 lmInverse.postConcat(inv);
/external/skia/include/effects/
H A DSkColorMatrix.h54 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/skia/include/views/
H A DSkWindow.h73 void postConcat(const SkMatrix&);
/external/skia/src/image/
H A DSkImageShader.cpp102 lmInverse.postConcat(inv);
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp245 matrix.postConcat(inv);
247 matrix.postConcat(fPtsToUnit);
H A DSkRadialGradient.cpp359 matrix.postConcat(inv);
361 matrix.postConcat(fPtsToUnit);
H A DSkTwoPointConicalGradient_gpu.cpp58 invLMatrix->postConcat(rot);
343 matrix.postConcat(rot);
369 invLMatrix->postConcat(matrix);
818 invLMatrix->postConcat(matrix);
1322 matrix.postConcat(inv);
H A DSkLinearGradient.cpp476 matrix.postConcat(inv);
478 matrix.postConcat(fPtsToUnit);
/external/skia/src/utils/
H A DSkLayer.cpp155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
/external/skia/tests/
H A DMatrix44Test.cpp302 d.postConcat(b);
331 e.postConcat(d);
779 transform.postConcat(transform2);
837 mat.postConcat(rot);
850 mat.postConcat(rot);
863 mat.postConcat(rot);
H A DColorFilterTest.cpp207 m0.postConcat(m1);
H A DRecordDrawTest.cpp121 expected.postConcat(translate);
/external/skia/bench/
H A DRotatedRectBench.cpp118 m.postConcat(rotate);
/external/skia/src/effects/
H A DSkColorMatrix.cpp129 this->postConcat(tmp);
/external/skia/src/views/
H A DSkWindow.cpp51 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
H A DSkTouchGesture.cpp123 fGlobalM.postConcat(fLocalM);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1077 transform.postConcat(*d.fMatrix);
1126 transform.postConcat(*draw.fMatrix);
1194 matrix.postConcat(*draw.fMatrix);
2090 transform.postConcat(fInitialTransform);
2271 total.postConcat(fInitialTransform);
2337 scaled.postConcat(matrix);
/external/skia/include/utils/
H A DSkMatrix44.h352 inline void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/include/core/
H A DSkMatrix.h334 void postConcat(const SkMatrix& other);
/external/skia/src/gpu/text/
H A DGrAtlasTextBlob.h229 boundsMatrix.postConcat(viewMatrix);
/external/skia/src/svg/
H A DSkSVGDevice.cpp725 adjustedMatrix.postConcat(*draw.fMatrix);

Completed in 369 milliseconds

12