/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 84 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()
|
D | GrStencilAndCoverTextContext.cpp | 361 fViewMatrix.preConcat(textMatrix); in init() 404 fViewMatrix.preConcat(unflip); in mapToFallbackContext()
|
D | GrRectBatch.cpp | 96 invert.preConcat(this->localMatrix()); in generateGeometry()
|
D | SkGpuDevice.cpp | 793 viewMatrix.preConcat(*prePathMatrix); in internalDrawPath() 1256 viewM.preConcat(m); in drawBitmapCommon() 1375 viewM.preConcat(tmpM); in drawTiledBitmap()
|
/external/skia/src/animator/ |
D | SkDrawMatrix.h | 39 fConcat.preConcat(inMatrix); in concat() 50 fMatrix.preConcat(src); in set()
|
/external/skia/src/utils/ |
D | SkLayer.cpp | 147 matrix->preConcat(this->getMatrix()); in getLocalTransform() 165 tmp.preConcat(layer->getChildrenMatrix()); in localToGlobal()
|
/external/skia/src/core/ |
D | SkLocalMatrixShader.h | 42 tmp.preConcat(*localMatrix); in asFragmentProcessor()
|
D | SkLocalMatrixShader.cpp | 64 otherLocalMatrix.preConcat(localMatrix); in CreateLocalMatrixShader()
|
D | SkMultiPictureDraw.cpp | 132 initialMatrix.preConcat(data.fMatrix); in draw()
|
D | SkMatrix.cpp | 295 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
|
D | SkPictureShader.cpp | 151 m.preConcat(*localM); in refBitmapShader()
|
D | SkBitmapProcShader.cpp | 393 matrix.preConcat(lmInverse); in asFragmentProcessor()
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 53 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
|
/external/skia/include/views/ |
D | SkWindow.h | 75 void preConcat(const SkMatrix&);
|
/external/skia/gm/ |
D | gm.h | 76 matrix.preConcat(this->onGetInitialTransform()); in getInitialTransform()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 128 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix()
|
/external/skia/src/effects/ |
D | SkPerlinNoiseShader.cpp | 444 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()
|
D | SkColorMatrix.cpp | 123 this->preConcat(tmp); in preRotate()
|
/external/skia/tests/ |
D | ColorFilterTest.cpp | 200 m0.preConcat(m1); in make_cf2()
|
D | Matrix44Test.cpp | 290 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/ |
D | SkPdfRenderer.cpp | 596 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/ |
D | SkWindow.cpp | 50 void SkWindow::preConcat(const SkMatrix& matrix) { in preConcat() function in SkWindow
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 758 finalMatrix.preConcat(state.fShaderTransform); in Create() 759 finalMatrix.preConcat(mapperMatrix); in Create() 844 finalMatrix.preConcat(state.fShaderTransform); in Create()
|
/external/skia/include/utils/ |
D | SkMatrix44.h | 349 inline void preConcat(const SkMatrix44& m) { in preConcat() function
|
/external/skia/include/core/ |
D | SkMatrix.h | 292 void preConcat(const SkMatrix& other);
|