Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkShader.cpp58 total.setConcat(matrix, this->getLocalMatrix()); in setContext()
189 this->getLocalMatrix().toString(str); in toString()
DSkComposeShader.cpp89 tmpM.setConcat(matrix, this->getLocalMatrix()); in setContext()
DSkScalerContext.h97 void getLocalMatrix(SkMatrix*) const;
DSkBitmapProcShader.cpp344 if (!this->getLocalMatrix().invert(&inverse)) { in asNewEffect()
DSkScalerContext.cpp713 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContextRec
721 this->getLocalMatrix(m); in getSingleMatrix()
DSkDraw.cpp2531 savedLocalM = shader->getLocalMatrix(); in drawVertices()
/external/skia/legacy/include/core/
DSkShader.h38 bool getLocalMatrix(SkMatrix* localM) const;
DSkScalerContext.h230 void getLocalMatrix(SkMatrix*) const;
/external/skia/include/core/
DSkShader.h48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() function
/external/skia/legacy/src/core/
DSkComposeShader.cpp96 (void)this->getLocalMatrix(&tmpM); in setContext()
DSkBitmapProcShader.cpp317 if (this->getLocalMatrix(&m)) { in toDumpString()
DSkShader.cpp52 bool SkShader::getLocalMatrix(SkMatrix* localM) const { in getLocalMatrix() function in SkShader
DSkScalerContext.cpp708 void SkScalerContext::Rec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix() function in SkScalerContext::Rec
716 this->getLocalMatrix(m); in getSingleMatrix()
DSkDraw.cpp2368 bool hasLocalM = shader && shader->getLocalMatrix(&localM); in drawVertices()
/external/skia/legacy/include/views/
DSkView.h108 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
/external/skia/include/views/
DSkView.h109 const SkMatrix& getLocalMatrix() const { return fMatrix; } in getLocalMatrix() function
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp482 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkLinearGradient.cpp561 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkRadialGradient.cpp583 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkTwoPointRadialGradient.cpp696 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
DSkTwoPointConicalGradient.cpp699 if (!this->getLocalMatrix().invert(&matrix)) { in asNewEffect()
/external/skia/legacy/src/views/
DSkView.cpp616 matrix->preConcat(view->getLocalMatrix()); in localToGlobal()
/external/skia/src/views/
DSkView.cpp636 matrix->preConcat(view->getLocalMatrix()); in localToGlobal()
/external/skia/src/pdf/
DSkPDFShader.cpp935 fShaderTransform = shader.getLocalMatrix(); in State()
/external/skia/src/device/xps/
DSkXPSDevice.cpp978 SkMatrix localMatrix = shader->getLocalMatrix(); in createXpsBrush()
1024 SkMatrix localMatrix = shader->getLocalMatrix(); in createXpsBrush()