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

  /external/chromium_org/ui/gfx/
blit.cc 41 const SkIRect& clip_bounds = clip_region.getBounds(); local
42 if (clip_bounds.fLeft != 0 || clip_bounds.fTop != 0 ||
43 clip_bounds.fRight != bitmap.width() ||
44 clip_bounds.fBottom != bitmap.height())
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.h 106 const gfx::Rect& clip_bounds);

Completed in 92 milliseconds