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

  /external/chromium_org/ui/native_theme/
native_theme_base.h 149 bool IntersectsClipRectInt(SkCanvas* canvas,
native_theme_base.cc     [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 505 if (!IntersectsClipRectInt(dest_x, dest_y, w, h))
553 bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) {
561 return IntersectsClipRectInt(rect.x(), rect.y(),
585 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
canvas.h 432 bool IntersectsClipRectInt(int x, int y, int w, int h);

Completed in 1999 milliseconds