Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/src/core/
DSkMatrixImageFilter.cpp60 matrix.postConcat(fTransform); in onFilterImage()
61 matrix.postConcat(ctx.ctm()); in onFilterImage()
111 matrix.postConcat(fTransform); in onFilterNodeBounds()
117 matrix.postConcat(transformInverse); in onFilterNodeBounds()
119 matrix.postConcat(ctm); in onFilterNodeBounds()
DSkDraw_atlas.cpp75 mx.postConcat(*fMatrix); in drawAtlas()
111 mx.postConcat(*fMatrix); in drawAtlas()
DSkMatrix.cpp303 this->postConcat(m); in postTranslate()
379 return this->postConcat(m); in postScale()
388 return this->postConcat(m); in postScale()
490 return this->postConcat(m); in postRotate()
496 return this->postConcat(m); in postRotate()
540 return this->postConcat(m); in postSkew()
546 return this->postConcat(m); in postSkew()
697 SkMatrix& SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
/third_party/skia/src/core/
DSkMatrixImageFilter.cpp78 matrix.postConcat(fTransform); in onFilterImage()
79 matrix.postConcat(ctx.ctm()); in onFilterImage()
128 matrix.postConcat(fTransform); in onFilterNodeBounds()
134 matrix.postConcat(transformInverse); in onFilterNodeBounds()
136 matrix.postConcat(ctm); in onFilterNodeBounds()
DSkImageFilterTypes.cpp88 fParamToLayerMatrix.postConcat(layer); in adjustLayerSpace()
89 fDevToLayerMatrix.postConcat(layer); in adjustLayerSpace()
DSkDraw_atlas.cpp172 mx.postConcat(fMatrixProvider->localToDevice()); in drawAtlas()
204 mx.postConcat(fMatrixProvider->localToDevice()); in drawAtlas()
DSkMatrix.cpp299 this->postConcat(m); in postTranslate()
375 return this->postConcat(m); in postScale()
384 return this->postConcat(m); in postScale()
486 return this->postConcat(m); in postRotate()
492 return this->postConcat(m); in postRotate()
536 return this->postConcat(m); in postSkew()
542 return this->postConcat(m); in postSkew()
692 SkMatrix& SkMatrix::postConcat(const SkMatrix& mat) { in postConcat() function in SkMatrix
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp108 t.postConcat(r); in totalMatrix()
110 t.postConcat(r); in totalMatrix()
112 t.postConcat(r); in totalMatrix()
151 cam_t.postConcat(rot); in totalMatrix()
153 cam_t.postConcat(rot); in totalMatrix()
155 cam_t.postConcat(rot); in totalMatrix()
/third_party/flutter/skia/modules/skottie/gm/
D3dgm.cpp139 mv.postConcat(camera); in onDraw()
140 mv.postConcat(perspective); in onDraw()
/third_party/flutter/skia/docs/examples/
DMatrix_postConcat.cpp11 matrix.postConcat(matrix); in draw()
/third_party/skia/docs/examples/
DMatrix_postConcat.cpp11 matrix.postConcat(matrix); in draw()
/third_party/flutter/skia/tests/
DMatrix44Test.cpp296 d.postConcat(b); in test_concat()
325 e.postConcat(d); in test_determinant()
788 transform.postConcat(transform2); in test_preserves_2d_axis_alignment()
846 mat.postConcat(rot); in DEF_TEST()
859 mat.postConcat(rot); in DEF_TEST()
872 mat.postConcat(rot); in DEF_TEST()
DYUVTest.cpp153 r2ym.postConcat(y2rm); in DEF_TEST()
/third_party/flutter/skia/include/effects/
DSkColorMatrix.h40 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/third_party/skia/include/effects/
DSkColorMatrix.h42 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrTwoPointConicalGradientLayout.cpp275 matrix.postConcat(grad.getGradientMatrix()); in Make()
297 matrix.postConcat(grad.getGradientMatrix()); in Make()
DGrLinearGradientLayout.cpp86 matrix.postConcat(grad.getGradientMatrix()); in Make()
DGrRadialGradientLayout.cpp89 matrix.postConcat(grad.getGradientMatrix()); in Make()
DGrSweepGradientLayout.cpp120 matrix.postConcat(grad.getGradientMatrix()); in Make()
/third_party/skia/modules/skottie/src/effects/
DInvertEffect.cpp121 m.postConcat(YIQ2RGB); in onSync()
DGlowStyles.cpp79 mask_cm.postConcat(color_cm); in onSync()
/third_party/flutter/skia/src/gpu/gradients/
DGrRadialGradientLayout.fp43 matrix.postConcat(grad.getGradientMatrix());
DGrLinearGradientLayout.fp50 matrix.postConcat(grad.getGradientMatrix());
/third_party/flutter/skia/gm/
Dpostercircle.cpp127 model.postConcat(proj); in onDraw()
/third_party/skia/bench/
DRotatedRectBench.cpp141 m.postConcat(rotate); in onDraw()

1234