Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp393 const auto mask_bounds = mask_node->bounds(*this); in applyMask() local
396 fCanvas->saveLayer(mask_bounds, nullptr); in applyMask()
404 fCanvas->saveLayer(mask_bounds, &masking_paint); in applyMask()
407 fCanvas->clipRect(mask_bounds, true); in applyMask()