Home
last modified time | relevance | path

Searched refs:preConcat (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/src/gpu/
DGrLayerHoister.cpp84 hl->fPreMat.preConcat(info.fPreMat); in prepare_for_hoisting()
93 totMat.preConcat(info.fPreMat); in compute_source_rect()
94 totMat.preConcat(info.fLocalMat); in compute_source_rect()
263 initialCTM.preConcat(atlased[i].fPreMat); in DrawLayersToAtlas()
303 totMat.preConcat(info.fPreMat); in FilterLayer()
304 totMat.preConcat(info.fLocalMat); in FilterLayer()
351 initialCTM.preConcat(layers[i].fPreMat); in DrawLayers()
DGrStencilAndCoverTextContext.cpp361 fViewMatrix.preConcat(textMatrix); in init()
404 fViewMatrix.preConcat(unflip); in mapToFallbackContext()
DGrRectBatch.cpp96 invert.preConcat(this->localMatrix()); in generateGeometry()
DSkGpuDevice.cpp793 viewMatrix.preConcat(*prePathMatrix); in internalDrawPath()
1256 viewM.preConcat(m); in drawBitmapCommon()
1375 viewM.preConcat(tmpM); in drawTiledBitmap()
/external/skia/src/animator/
DSkDrawMatrix.h39 fConcat.preConcat(inMatrix); in concat()
50 fMatrix.preConcat(src); in set()
/external/skia/src/utils/
DSkLayer.cpp147 matrix->preConcat(this->getMatrix()); in getLocalTransform()
165 tmp.preConcat(layer->getChildrenMatrix()); in localToGlobal()
/external/skia/src/core/
DSkLocalMatrixShader.h42 tmp.preConcat(*localMatrix); in asFragmentProcessor()
DSkLocalMatrixShader.cpp64 otherLocalMatrix.preConcat(localMatrix); in CreateLocalMatrixShader()
DSkMultiPictureDraw.cpp132 initialMatrix.preConcat(data.fMatrix); in draw()
DSkMatrix.cpp295 this->preConcat(m); in preTranslate()
360 this->preConcat(m); in preScale()
473 this->preConcat(m); in preRotate()
479 this->preConcat(m); in preRotate()
529 this->preConcat(m); in preSkew()
535 this->preConcat(m); in preSkew()
688 void SkMatrix::preConcat(const SkMatrix& mat) { in preConcat() function in SkMatrix
DSkPictureShader.cpp151 m.preConcat(*localM); in refBitmapShader()
DSkBitmapProcShader.cpp393 matrix.preConcat(lmInverse); in asFragmentProcessor()
/external/skia/include/effects/
DSkColorMatrix.h53 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
/external/skia/include/views/
DSkWindow.h75 void preConcat(const SkMatrix&);
/external/skia/gm/
Dgm.h76 matrix.preConcat(this->onGetInitialTransform()); in getInitialTransform()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h128 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix()
/external/skia/src/effects/
DSkPerlinNoiseShader.cpp444 newMatrix.preConcat(shader.getLocalMatrix()); in PerlinNoiseShaderContext()
446 newMatrix.preConcat(*rec.fLocalMatrix); in PerlinNoiseShaderContext()
953 localMatrix.preConcat(*externalLocalMatrix); in asFragmentProcessor()
957 matrix.preConcat(localMatrix); in asFragmentProcessor()
DSkColorMatrix.cpp123 this->preConcat(tmp); in preRotate()
/external/skia/tests/
DColorFilterTest.cpp200 m0.preConcat(m1); in make_cf2()
DMatrix44Test.cpp290 d.preConcat(b); in test_concat()
762 transform.preConcat(transform2); in test_preserves_2d_axis_alignment()
768 transform.preConcat(transform2); in test_preserves_2d_axis_alignment()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp596 solveImageFlip.preConcat(flip); in doXObject_Image()
698 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc)); in doXObject_Form()
757 pdfContext->fGraphicsState.fContentStreamMatrix.preConcat( in doXObject_Pattern()
794 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in doType3Char()
979 pdfContext->fGraphicsState.fCTM.preConcat(matrix); in PdfOp_cm()
1015 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in PdfOp_Td()
1016 pdfContext->fGraphicsState.fMatrixTlm.preConcat(matrix); in PdfOp_Td()
1612 pdfContext->fGraphicsState.fMatrixTm.preConcat(matrix); in PdfOp_TJ()
/external/skia/src/views/
DSkWindow.cpp50 void SkWindow::preConcat(const SkMatrix& matrix) { in preConcat() function in SkWindow
/external/skia/src/pdf/
DSkPDFShader.cpp758 finalMatrix.preConcat(state.fShaderTransform); in Create()
759 finalMatrix.preConcat(mapperMatrix); in Create()
844 finalMatrix.preConcat(state.fShaderTransform); in Create()
/external/skia/include/utils/
DSkMatrix44.h349 inline void preConcat(const SkMatrix44& m) { in preConcat() function
/external/skia/include/core/
DSkMatrix.h292 void preConcat(const SkMatrix& other);

12