Home
last modified time | relevance | path

Searched refs:GetLocalBounds (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/include/utils/
H A DSkShadowUtils.h77 static bool GetLocalBounds(const SkMatrix& ctm, const SkPath& path,
/third_party/skia/tests/
H A 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/src/core/
H A DSkDrawShadowInfo.h106 void GetLocalBounds(const SkPath&, const SkDrawShadowRec&, const SkMatrix& ctm, SkRect* bounds);
H A DSkDrawShadowInfo.cpp141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() function
H A DSkOverdrawCanvas.cpp210 SkDrawShadowMetrics::GetLocalBounds(path, rec, this->getTotalMatrix(), &bounds); in onDrawShadowRec()
H A DSkRecordDraw.cpp458 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds); in bounds()
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp626 bool SkShadowUtils::GetLocalBounds(const SkMatrix& ctm, const SkPath& path, in GetLocalBounds() function in SkShadowUtils
635 SkDrawShadowMetrics::GetLocalBounds(path, rec, ctm, bounds); in GetLocalBounds()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp847 return SkShadowUtils::GetLocalBounds(ctm, path, *zPlaneParams, *lightPos, lightRadius, in EMSCRIPTEN_BINDINGS()

Completed in 9 milliseconds