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

/external/chromium_org/ash/host/
H A Dash_window_tree_host_win.cc36 gfx::Rect target_rect; variable
54 target_rect = gfx::Rect(mi.rcMonitor);
59 target_rect = gfx::Rect(saved_window_rect_);
63 target_rect.x(),
64 target_rect.y(),
65 target_rect.width(),
66 target_rect.height(),
/external/chromium_org/cc/test/
H A Dlayer_test_common.cc80 gfx::Rect target_rect = local
85 bool fully_occluded_horizontal = target_rect.x() >= occluded.x() &&
86 target_rect.right() <= occluded.right();
87 bool fully_occluded_vertical = target_rect.y() >= occluded.y() &&
88 target_rect.bottom() <= occluded.bottom();
90 target_rect.Intersects(occluded) &&
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer.cc84 DesktopRect target_rect = DesktopRect::MakeSize(cursor.image()->size()); local
85 target_rect.Translate(image_pos);
86 DesktopVector target_origin = target_rect.top_left();
87 target_rect.IntersectWith(DesktopRect::MakeSize(size()));
89 if (target_rect.is_empty())
93 restore_position_ = target_rect.top_left();
94 restore_frame_.reset(new BasicDesktopFrame(target_rect.size()));
95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(),
100 target_rect.top() * stride() +
101 target_rect
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size()); local
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc187 const gfx::Rect& target_rect,
186 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
H A Drender_widget_host_view_guest.cc447 const gfx::Rect& target_rect,
446 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc201 const gfx::Rect& target_rect) {
208 target_rect,
209 gfx::Rect(target_rect.size()),
210 target_rect.size());
198 BindFramebufferToTexture( DrawingFrame* frame, const ScopedResource* texture, const gfx::Rect& target_rect) argument
H A Dgl_renderer.cc2638 const gfx::Rect& target_rect) {
2658 frame, target_rect, gfx::Rect(target_rect.size()), target_rect.size());
2636 BindFramebufferToTexture(DrawingFrame* frame, const ScopedResource* texture, const gfx::Rect& target_rect) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc262 gfx::Rect target_rect = drawable_content_rect; local
264 target_rect =
279 target_rect.Intersect(clip_rect);
296 current_state->drawable_content_rect.Union(target_rect);
314 target_rect = gfx::ToEnclosingRect(
315 MathUtil::MapClippedRect(current_draw_transform, target_rect));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc736 const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) {
740 content_view_core_->ShowDisambiguationPopup(target_rect, zoomed_bitmap);
735 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc666 const gfx::Rect& target_rect,
674 ScopedJavaLocalRef<jobject> rect_object(CreateJavaRect(env, target_rect));
665 ShowDisambiguationPopup( const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) argument
/external/chromium_org/ui/views/
H A Dview_unittest.cc692 void CheckRect(const SkRect& check_rect, const SkRect& target_rect) { argument
693 EXPECT_EQ(target_rect.fLeft, check_rect.fLeft);
694 EXPECT_EQ(target_rect.fRight, check_rect.fRight);
695 EXPECT_EQ(target_rect.fTop, check_rect.fTop);
696 EXPECT_EQ(target_rect.fBottom, check_rect.fBottom);

Completed in 271 milliseconds