Home
last modified time | relevance | path

Searched refs:GetLocalBounds (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tests/
DShadowTest.cpp136 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/
DSkShadowUtils.h77 static bool GetLocalBounds(const SkMatrix& ctm, const SkPath& path,
/third_party/skia/src/core/
DSkDrawShadowInfo.h107 void GetLocalBounds(const SkPath&, const SkDrawShadowRec&, const SkMatrix& ctm, SkRect* bounds);
DSkOverdrawCanvas.cpp210 SkDrawShadowMetrics::GetLocalBounds(path, rec, this->getTotalMatrix(), &bounds); in onDrawShadowRec()
DSkDrawShadowInfo.cpp138 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() function
DSkRecordDraw.cpp458 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds); in bounds()
/third_party/skia/src/utils/
DSkShadowUtils.cpp623 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/
Drelease_notes.md160 * Add SkShadowUtils::GetLocalBounds. Generates bounding box for shadows
/third_party/skia/
DRELEASE_NOTES.txt217 * Add SkShadowUtils::GetLocalBounds. Generates bounding box for shadows
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp847 return SkShadowUtils::GetLocalBounds(ctm, path, *zPlaneParams, *lightPos, lightRadius, in EMSCRIPTEN_BINDINGS()