Searched refs:decomposeScale (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/docs/examples/ |
D | Matrix_decomposeScale.cpp | 14 bool success = matrix.decomposeScale(&scale, &remaining); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Matrix_decomposeScale.cpp | 14 bool success = matrix.decomposeScale(&scale, &remaining); in draw()
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapController.cpp | 58 if (!fInvMatrix.decomposeScale(&invScaleSize, nullptr)) { in processMediumRequest()
|
D | SkImageFilter.cpp | 516 if (ctm.decomposeScale(&scale, &ctmToEmbed)) { in apply_ctm_to_filter()
|
D | SkMatrix.cpp | 1551 bool SkMatrix::decomposeScale(SkSize* scale, SkMatrix* remaining) const { in decomposeScale() function in SkMatrix
|
/third_party/skia/src/core/ |
D | SkMipmapAccessor.cpp | 45 if (!inv.decomposeScale(&scale, nullptr)) { in SkMipmapAccessor()
|
D | SkImageFilterTypes.cpp | 45 } else if (ctm.decomposeScale(&decomposed, &remainder)) { in decomposeCTM()
|
D | SkBlurMF.cpp | 935 if (!viewMatrix.decomposeScale(&scale, &m)) { in make_rect_blur() 1520 if (!viewMatrix.decomposeScale(&scale, nullptr)) { in directFilterMaskGPU()
|
D | SkMatrix.cpp | 1577 bool SkMatrix::decomposeScale(SkSize* scale, SkMatrix* remaining) const { in decomposeScale() function in SkMatrix
|
/third_party/skia/src/shaders/ |
D | SkPictureShader.cpp | 186 if (!m.decomposeScale(&size, nullptr)) { in Make()
|
D | SkPerlinNoiseShader.cpp | 78 if (!matrix.decomposeScale(&scale, nullptr)) { in PaintingData()
|
/third_party/flutter/skia/include/core/ |
D | SkMatrix.h | 1610 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 1722 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
|
/third_party/flutter/skia/tests/ |
D | MatrixTest.cpp | 766 if (!original.decomposeScale(&scale, &remaining)) { in check_decompScale()
|
/third_party/skia/tests/ |
D | MatrixTest.cpp | 775 if (!original.decomposeScale(&scale, &remaining)) { in check_decompScale()
|
/third_party/flutter/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 106 if (!matrix.decomposeScale(&scale, nullptr)) { in PaintingData()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1599 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1607 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
|
/third_party/flutter/skia/site/user/api/ |
D | SkMatrix_Reference.md | 134 …bool <a href='#SkMatrix_decomposeScale'>decomposeScale</a>(<a href='undocumented#SkSize'>SkSize</a… 4204 bool <a href='#SkMatrix_decomposeScale'>decomposeScale</a>(<a href='undocumented#SkSize'>SkSize</a>…
|