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

  /external/chromium_org/ui/gfx/
canvas.cc 339 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
456 if (!IntersectsClipRectInt(dest_x, dest_y, w, h))
505 bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) {
513 return IntersectsClipRectInt(rect.x(), rect.y(),
canvas.h 384 bool IntersectsClipRectInt(int x, int y, int w, int h);
  /external/chromium_org/ui/native_theme/
native_theme_base.h 129 bool IntersectsClipRectInt(SkCanvas* canvas,
native_theme_base.cc     [all...]

Completed in 3704 milliseconds