HomeSort by relevance Sort by last modified time
    Searched refs:IntersectRegions (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
path.h 42 static gfx::NativeRegion IntersectRegions(gfx::NativeRegion r1,
path_aura.cc 26 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
path_win.cc 48 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
  /external/chromium_org/cc/base/
region.h 109 inline Region IntersectRegions(const Region& a, const Region& b) {
115 inline Region IntersectRegions(const Region& a, const gfx::Rect& b) {
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 266 region.Set(Path::IntersectRegions(animation_region.Get(), region.Get()));
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 268 Region affected_occlusion = IntersectRegions(*occlusion_from_inside_target,

Completed in 583 milliseconds