Searched refs:RectToSkIRect (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/cc/base/
H A Dregion.cc21 : skregion_(gfx::RectToSkIRect(rect)) {
28 skregion_ = SkRegion(gfx::RectToSkIRect(rect));
60 return skregion_.contains(gfx::RectToSkIRect(rect));
70 return skregion_.intersects(gfx::RectToSkIRect(rect));
78 skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kDifference_Op);
87 skregion_.op(gfx::RectToSkIRect(region.GetRect(i)),
93 skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kUnion_Op);
101 skregion_.op(gfx::RectToSkIRect(rect), SkRegion::kIntersect_Op);
/external/chromium_org/ui/views/
H A Dmasked_targeter_delegate.cc31 mask_region.intersects(RectToSkIRect(rect));
/external/chromium_org/ui/gfx/
H A Dskrect_conversion_unittest.cc16 SkIRect skirect = RectToSkIRect(isrc);
H A Dskia_util.h30 GFX_EXPORT SkIRect RectToSkIRect(const Rect& rect);
H A Dskia_util.cc28 SkIRect RectToSkIRect(const Rect& rect) { function in namespace:gfx
H A Dcanvas.cc271 canvas_->drawIRect(RectToSkIRect(rect), paint);
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.cc49 gfx::RectToSkIRect(wallpaper_rect));
54 gfx::RectToSkIRect(wallpaper_rect));
81 gfx::RectToSkIRect(wallpaper_rect));
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc52 damage.op(RectToSkIRect(current->damage_), SkRegion::kUnion_Op);
169 region = SkRegion(RectToSkIRect(gfx::Rect(viewport_pixel_size_)));
170 region.op(RectToSkIRect(damage_rect), SkRegion::kDifference_Op);
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_based_thumbnailing_algorithm.cc124 gfx::RectToSkIRect(clipping_rect));
177 source_bitmap.extractSubset(&thumbnail, gfx::RectToSkIRect(clipping_rect));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util.cc278 source_bitmap.extractSubset(&square_bitmap, gfx::RectToSkIRect(frame));
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aura.cc243 canvas->drawIRect(RectToSkIRect(rect), paint);
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.cc319 SkIRect subset_bounds_in_pixel = RectToSkIRect(
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc633 SkIRect sk_rect = RectToSkIRect(debug_layer_rect);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc717 SkIRect src_rect = gfx::RectToSkIRect(offset_rect);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc98 using gfx::RectToSkIRect;

Completed in 331 milliseconds