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

  /external/chromium_org/content/renderer/
disambiguation_popup_helper_unittest.cc 39 gfx::Rect zoom_rect; local
42 &zoom_rect);
44 EXPECT_TRUE(gfx::Rect(kVisibleContentSize_).Contains(zoom_rect));
47 gfx::Size scaled_size = ToCeiledSize(ScaleSize(zoom_rect.size(), scale));
56 gfx::Rect zoom_rect; local
59 &zoom_rect);
61 EXPECT_TRUE(gfx::Rect(kVisibleContentSize_).Contains(zoom_rect));
63 EXPECT_TRUE(zoom_rect.Contains(target_rects[0]));
65 gfx::Size scaled_size = ToCeiledSize(ScaleSize(zoom_rect.size(), scale));
75 gfx::Rect zoom_rect; local
    [all...]
disambiguation_popup_helper.cc 64 gfx::Rect CropZoomArea(const gfx::Rect& zoom_rect,
73 int left = touch_point.x() - zoom_rect.x();
74 int right = zoom_rect.right() - touch_point.x();
75 int top = touch_point.y() - zoom_rect.y();
76 int bottom = zoom_rect.bottom() - touch_point.y();
96 gfx::Rect* zoom_rect) {
97 *zoom_rect = tap_rect;
99 zoom_rect->Union(gfx::Rect(target_rects[i]));
100 zoom_rect->Inset(-kDisambiguationPopupPadding, -kDisambiguationPopupPadding);
102 zoom_rect->Intersect(gfx::Rect(visible_content_size))
    [all...]
disambiguation_popup_helper.h 31 gfx::Rect* zoom_rect);
render_view_impl.cc 6447 gfx::Rect zoom_rect; local
    [all...]

Completed in 62 milliseconds