Home
last modified time | relevance | path

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

12

/third_party/skia/src/core/
H A 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()
H A DSkImageFilterTypes.cpp88 fParamToLayerMatrix.postConcat(layer); in adjustLayerSpace()
89 fDevToLayerMatrix.postConcat(layer); in adjustLayerSpace()
H A DSkDraw_atlas.cpp172 mx.postConcat(fMatrixProvider->localToDevice()); in drawAtlas()
204 mx.postConcat(fMatrixProvider->localToDevice()); in drawAtlas()
H A 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
H A DSkStrikeSpec.cpp134 textMatrix.postConcat(viewMatrix); in ShouldDrawAsPath()
H A DSkDevice.cpp70 fLocalToDevice.postConcat(fGlobalToDevice); in setGlobalCTM()
/third_party/skia/docs/examples/
H A DMatrix_postConcat.cpp11 matrix.postConcat(matrix); in REG_FIDDLE()
/third_party/skia/include/effects/
H A DSkColorMatrix.h42 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat() function in SkColorMatrix
/third_party/skia/modules/skottie/src/effects/
H A DInvertEffect.cpp121 m.postConcat(YIQ2RGB);
H A DGlowStyles.cpp79 mask_cm.postConcat(color_cm);
/third_party/skia/tests/
H A DYUVTest.cpp150 r2ym.postConcat(y2rm); in DEF_TEST()
H A DRecordDrawTest.cpp121 expected.postConcat(translate); in DEF_TEST()
/third_party/skia/gm/
H A Dscaledemoji.cpp190 perspective.postConcat(taper);
H A Dflippity.cpp157 tmp.postConcat(yFlip); in UVMatToGeomMatForImage()
/third_party/skia/bench/
H A DRotatedRectBench.cpp141 m.postConcat(rotate);
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp101 fMatrix.postConcat(SkMatrix::Translate(-fCropRect.fLeft, -fCropRect.fTop)); in SkAnimatedImage()
/third_party/skia/src/gpu/
H A DGrDefaultGeoProcFactory.cpp336 invert.postConcat(*localCoords.fMatrix);
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp37 matrix->postConcat(focalMatrix); in set()
H A DSkGradientShader.cpp287 matrix.postConcat(fPtsToUnit); in onAppendStages()
433 inv.postConcat(fPtsToUnit); in onProgram()
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp127 fGlobalM.postConcat(fLocalM); in flushLocalM()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp336 pageXform.postConcat(fDocument->currentPageTransform()); in drawAnnotation()
1181 transform.postConcat(initialTransform); in populate_graphic_state_entry_from_paint()
1565 transform.postConcat(ctm); in internalDrawImageRect()
1645 scaled.postConcat(matrix); in internalDrawImageRect()
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp75 planeMatrix.postConcat(SkMatrix::Scale(scaleX, scaleY)); in Make()
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp689 matrix.postConcat(overrideMatrix ? *overrideMatrix : shader.getGradientMatrix()); in make_gradient()
/third_party/skia/include/core/
H A DSkMatrix.h1129 SkMatrix& postConcat(const SkMatrix& other);
H A DSkM44.h339 SkM44& postConcat(const SkM44& m) { in postConcat() function in SkM44

Completed in 33 milliseconds

12