Searched refs:IntersectsClipRectInt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas.cc511 if (!IntersectsClipRectInt(dest_x, dest_y, w, h))
559 bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) { function in class:gfx::Canvas
567 return IntersectsClipRectInt(rect.x(), rect.y(),
591 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
H A Dcanvas.h432 bool IntersectsClipRectInt(int x, int y, int w, int h);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.h149 bool IntersectsClipRectInt(SkCanvas* canvas,
H A Dnative_theme_base.cc969 bool NativeThemeBase::IntersectsClipRectInt(SkCanvas* canvas, function in class:ui::NativeThemeBase

Completed in 957 milliseconds