Searched refs:GetLocalBounds (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/tests/ |
D | ShadowTest.cpp | 136 SkDrawShadowMetrics::GetLocalBounds(path, rec, ctm, &bounds); in check_xformed_bounds() 155 SkDrawShadowMetrics::GetLocalBounds(path, rec, ctm, &bounds); in check_xformed_bounds()
|
/third_party/skia/include/utils/ |
D | SkShadowUtils.h | 77 static bool GetLocalBounds(const SkMatrix& ctm, const SkPath& path,
|
/third_party/skia/src/core/ |
D | SkDrawShadowInfo.h | 107 void GetLocalBounds(const SkPath&, const SkDrawShadowRec&, const SkMatrix& ctm, SkRect* bounds);
|
D | SkOverdrawCanvas.cpp | 210 SkDrawShadowMetrics::GetLocalBounds(path, rec, this->getTotalMatrix(), &bounds); in onDrawShadowRec()
|
D | SkDrawShadowInfo.cpp | 138 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() function
|
D | SkRecordDraw.cpp | 458 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds); in bounds()
|
/third_party/skia/src/utils/ |
D | SkShadowUtils.cpp | 623 bool SkShadowUtils::GetLocalBounds(const SkMatrix& ctm, const SkPath& path, in GetLocalBounds() function in SkShadowUtils 632 SkDrawShadowMetrics::GetLocalBounds(path, rec, ctm, bounds); in GetLocalBounds()
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 160 * Add SkShadowUtils::GetLocalBounds. Generates bounding box for shadows
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 217 * Add SkShadowUtils::GetLocalBounds. Generates bounding box for shadows
|
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 847 return SkShadowUtils::GetLocalBounds(ctm, path, *zPlaneParams, *lightPos, lightRadius, in EMSCRIPTEN_BINDINGS()
|