Searched defs:target_rect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_win.cc141 gfx::Rect target_rect = pixel_copy_rect; local
143 target_rect.x(),
144 target_rect.y(),
145 target_rect.width(),
146 target_rect.height(),
H A Drender_widget_host_view_guest.cc483 const gfx::Rect& target_rect,
482 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
H A Drender_widget_host_view_android.cc602 const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) {
606 content_view_core_->ShowDisambiguationPopup(target_rect, zoomed_bitmap);
601 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc110 void EnsureRectIsVisibleWithScale(const gfx::Rect& target_rect,
285 const gfx::Rect& target_rect,
289 ui::ConvertRectToDIP(root_window_->layer(), target_rect);
294 const gfx::Rect& target_rect,
300 if (scale == scale_ && window_rect.Contains(target_rect))
307 if (target_rect.width() > rect.width())
308 rect.set_x(target_rect.CenterPoint().x() - rect.x() / 2);
309 else if (target_rect.right() < rect.x())
310 rect.set_x(target_rect.right());
311 else if (rect.right() < target_rect
284 EnsureRectIsVisibleWithScale( const gfx::Rect& target_rect, float scale, bool animate) argument
293 EnsureRectIsVisibleDIP( const gfx::Rect& target_rect, float scale, bool animate) argument
525 EnsureRectIsVisible( const gfx::Rect& target_rect, bool animate) argument
[all...]
/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc146 gfx::Rect target_rect) {
153 target_rect,
154 gfx::Rect(target_rect.size()),
155 target_rect.size());
143 BindFramebufferToTexture( DrawingFrame* frame, const ScopedResource* texture, gfx::Rect target_rect) argument
H A Dgl_renderer.cc2520 gfx::Rect target_rect) {
2540 target_rect,
2541 gfx::Rect(target_rect.size()),
2542 target_rect.size());
2518 BindFramebufferToTexture(DrawingFrame* frame, const ScopedResource* texture, gfx::Rect target_rect) argument
/external/chromium_org/ui/aura/
H A Droot_window_host_win.cc80 gfx::Rect target_rect; local
95 target_rect = gfx::Rect(mi.rcMonitor);
100 target_rect = gfx::Rect(saved_window_rect_);
104 target_rect.x(),
105 target_rect.y(),
106 target_rect.width(),
107 target_rect.height(),
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc568 const gfx::Rect& target_rect,
576 ScopedJavaLocalRef<jobject> rect_object(CreateJavaRect(env, target_rect));
567 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/ui/views/
H A Dview_unittest.cc771 void CheckRect(const SkRect& check_rect, const SkRect& target_rect) { argument
772 EXPECT_EQ(target_rect.fLeft, check_rect.fLeft);
773 EXPECT_EQ(target_rect.fRight, check_rect.fRight);
774 EXPECT_EQ(target_rect.fTop, check_rect.fTop);
775 EXPECT_EQ(target_rect.fBottom, check_rect.fBottom);

Completed in 226 milliseconds