Home
last modified time | relevance | path

Searched refs:postConcat (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/bench/
DSKPAnimationBench.cpp41 frameMatrix.postConcat(fAnimationMatrix); in drawPicture()
43 frameMatrix.postConcat(reverseTranslate); in drawPicture()
51 tileMatrix.postConcat(trans); in drawPicture()
58 currentMatrix.postConcat(frameMatrix); in drawPicture()
DRotatedRectBench.cpp118 m.postConcat(rotate); in onDraw()
/external/skia/src/core/
DSkMatrixImageFilter.cpp69 matrix.postConcat(fTransform); in onFilterImage()
70 matrix.postConcat(ctx.ctm()); in onFilterImage()
113 matrix.postConcat(transformInverse); in onFilterBounds()
114 matrix.postConcat(ctm); in onFilterBounds()
DSkMatrix.cpp311 this->postConcat(m); in postTranslate()
390 this->postConcat(m); in postScale()
399 this->postConcat(m); in postScale()
485 this->postConcat(m); in postRotate()
491 this->postConcat(m); in postRotate()
541 this->postConcat(m); in postSkew()
547 this->postConcat(m); in postSkew()
696 void SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
DSkBitmapProcShader.cpp391 lmInverse.postConcat(inv); in asFragmentProcessor()
DSkDevice.cpp361 m.postConcat(*matrix); in drawTextOnPath()
DSkPicturePlayback.cpp425 matrix.postConcat(initialMatrix); in handleOp()
DSkGeometry.cpp1112 matrix.postConcat(*userMatrix); in SkBuildQuadArc()
1580 matrix.postConcat(*userMatrix); in BuildUnitArc()
/external/skia/src/utils/
DSkLayer.cpp155 matrix->postConcat(this->getRootLayer()->getMatrix()); in localToGlobal()
166 matrix->postConcat(tmp); in localToGlobal()
/external/skia/include/effects/
DSkColorMatrix.h54 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/external/skia/tests/
DMatrix44Test.cpp302 d.postConcat(b); in test_concat()
331 e.postConcat(d); in test_determinant()
754 transform.postConcat(transform2); in test_preserves_2d_axis_alignment()
812 mat.postConcat(rot); in DEF_TEST()
824 mat.postConcat(rot); in DEF_TEST()
835 mat.postConcat(rot); in DEF_TEST()
DColorFilterTest.cpp207 m0.postConcat(m1); in make_cf3()
DRecordDrawTest.cpp121 expected.postConcat(translate); in DEF_TEST()
/external/skia/include/views/
DSkWindow.h76 void postConcat(const SkMatrix&);
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp311 matrix.postConcat(inv); in asFragmentProcessor()
313 matrix.postConcat(fPtsToUnit); in asFragmentProcessor()
DSkTwoPointConicalGradient_gpu.cpp53 invLMatrix->postConcat(rot); in set_matrix_edge_conical()
345 matrix.postConcat(rot); in set_matrix_focal_conical()
371 invLMatrix->postConcat(matrix); in set_matrix_focal_conical()
833 invLMatrix->postConcat(matrix); in set_matrix_circle_conical()
1351 matrix.postConcat(inv); in Create()
DSkRadialGradient.cpp559 matrix.postConcat(inv); in asFragmentProcessor()
561 matrix.postConcat(fPtsToUnit); in asFragmentProcessor()
DSkLinearGradient.cpp583 matrix.postConcat(inv); in asFragmentProcessor()
585 matrix.postConcat(fPtsToUnit); in asFragmentProcessor()
/external/skia/src/effects/
DSkColorMatrix.cpp129 this->postConcat(tmp); in postRotate()
/external/skia/src/pdf/
DSkPDFDevice.cpp1074 transform.postConcat(*d.fMatrix); in drawBitmap()
1527 transform.postConcat(initialTransform); in create_link_annotation()
1591 transform.postConcat(fInitialTransform); in defineNamedDestination()
1940 transform.postConcat(fInitialTransform); in populateGraphicStateEntryFromPaint()
2104 total.postConcat(fInitialTransform); in internalDrawBitmap()
2175 scaled.postConcat(matrix); in internalDrawBitmap()
/external/skia/src/views/
DSkWindow.cpp56 void SkWindow::postConcat(const SkMatrix& matrix) { in postConcat() function in SkWindow
DSkTouchGesture.cpp123 fGlobalM.postConcat(fLocalM); in flushLocalM()
/external/skia/include/utils/
DSkMatrix44.h352 inline void postConcat(const SkMatrix44& m) { in postConcat() function
/external/skia/include/core/
DSkMatrix.h329 void postConcat(const SkMatrix& other);
/external/skia/src/svg/
DSkSVGDevice.cpp723 adjustedMatrix.postConcat(*draw.fMatrix); in drawBitmapRect()

12