Searched refs:GetLocalBounds (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/include/utils/ |
H A D | SkShadowUtils.h | 77 static bool GetLocalBounds(const SkMatrix& ctm, const SkPath& path,
|
/third_party/skia/tests/ |
H A 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/src/core/ |
H A D | SkDrawShadowInfo.h | 106 void GetLocalBounds(const SkPath&, const SkDrawShadowRec&, const SkMatrix& ctm, SkRect* bounds);
|
H A D | SkDrawShadowInfo.cpp | 141 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds() function
|
H A D | SkOverdrawCanvas.cpp | 210 SkDrawShadowMetrics::GetLocalBounds(path, rec, this->getTotalMatrix(), &bounds); in onDrawShadowRec()
|
H A D | SkRecordDraw.cpp | 458 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds); in bounds()
|
/third_party/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 626 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 D | canvaskit_bindings.cpp | 847 return SkShadowUtils::GetLocalBounds(ctm, path, *zPlaneParams, *lightPos, lightRadius, in EMSCRIPTEN_BINDINGS()
|
Completed in 9 milliseconds