Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dpath_x11.h24 GFX_EXPORT REGION* CreateRegionFromSkPath(const SkPath& path);
Dpath_x11.cc30 Region CreateRegionFromSkPath(const SkPath& path) { in CreateRegionFromSkPath() function
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_x11.cc1149 Region region = gfx::CreateRegionFromSkPath(window_mask); in ResetWindowRegion()