HomeSort by relevance Sort by last modified time
    Searched refs:target_rect (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc 84 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.left() * DesktopFrame::kBytesPerPixel
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size()); local
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_win.cc 36 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/chrome/browser/ui/views/link_disambiguation/
link_disambiguation_popup.h 29 // ambiguous web content. |target_rect| is the original, unzoomed rectangle
32 // offset within |target_rect|, and then call the |callback| with the
35 const gfx::Rect& target_rect,
link_disambiguation_popup.cc 22 ZoomBubbleView(const gfx::Rect& target_rect,
51 const gfx::Rect& target_rect,
59 static_cast<float>(target_rect.width())),
64 target_rect_(target_rect) {
153 const gfx::Rect& target_rect,
160 target_rect,
168 // work area in the current display. Since |target_rect| is provided in
173 gfx::Point target_screen(target_rect.x() + (target_rect.width() / 2),
174 target_rect.y() + (target_rect.height() / 2))
    [all...]
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate.h 31 const gfx::Rect& target_rect,
shell_web_contents_view_delegate_win.cc 237 const gfx::Rect& target_rect,
  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 61 // they were trying to touch. |target_rect| is the rectangle in DIPs in the
67 const gfx::Rect& target_rect,
  /external/chromium_org/cc/test/
layer_test_common.cc 87 gfx::Rect target_rect = local
92 bool fully_occluded_horizontal = target_rect.x() >= occluded.x() &&
93 target_rect.right() <= occluded.right();
94 bool fully_occluded_vertical = target_rect.y() >= occluded.y() &&
95 target_rect.bottom() <= occluded.bottom();
97 target_rect.Intersects(occluded) &&
  /external/chromium_org/ash/wm/maximize_mode/
workspace_backdrop_delegate.cc 140 gfx::Rect target_rect(gfx::Point(0, 0), container_->bounds().size());
141 if (target_rect != background_->GetNativeWindow()->bounds()) {
146 background_->GetNativeWindow()->SetBounds(target_rect);
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 54 const gfx::Rect& target_rect,
chrome_web_contents_view_delegate_views.cc 175 const gfx::Rect& target_rect,
183 zoomed_bitmap, target_rect, content, gesture_cb, mouse_cb);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate_view.h 86 // Shows a Link Disambiguation Popup. |target_rect| is the area the user
88 // system, |zoomed_bitmap| is an enlarged image of that |target_rect|, and
91 const gfx::Rect& target_rect,
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 46 C2D_LENSCORRECT_TARGET_RECT = (1 << 4), /*!< enables target_rect field. When set, client has to provide C2D_LENSCORRECT_OBJECT.target_rect
59 C2D_RECT target_rect; /*!< position and scaling in target, 16.16 fp */ member in struct:C2D_LENSCORRECT_OBJ_STR
copybit_c2d.cpp 731 c2dObject->target_rect.x = (dst->t)<<16;
732 c2dObject->target_rect.y = ctx->fb_width?
734 c2dObject->target_rect.y = c2dObject->target_rect.y<<16;
735 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16;
736 c2dObject->target_rect.width = ((dst->b) - (dst->t))<<16;
738 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
739 c2dObject->target_rect.x = c2dObject->target_rect.x<<16;
740 c2dObject->target_rect.y = (dst->l)<<16
    [all...]
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 737 c2dObject->target_rect.x = (dst->t)<<16;
738 c2dObject->target_rect.y = ctx->fb_width?
740 c2dObject->target_rect.y = c2dObject->target_rect.y<<16;
741 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16;
742 c2dObject->target_rect.width = ((dst->b) - (dst->t))<<16;
744 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
745 c2dObject->target_rect.x = c2dObject->target_rect.x<<16;
746 c2dObject->target_rect.y = (dst->l)<<16
    [all...]
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 713 c2dObject->target_rect.x = (dst->t)<<16;
714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
715 c2dObject->target_rect.y = c2dObject->target_rect.y<<16;
716 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16;
717 c2dObject->target_rect.width = ((dst->b) - (dst->t))<<16;
719 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
720 c2dObject->target_rect.x = c2dObject->target_rect.x<<16;
721 c2dObject->target_rect.y = (dst->l)<<16
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 732 c2dObject->target_rect.x = (dst->t)<<16;
733 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
734 c2dObject->target_rect.y = c2dObject->target_rect.y<<16;
735 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16;
736 c2dObject->target_rect.width = ((dst->b) - (dst->t))<<16;
738 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
739 c2dObject->target_rect.x = c2dObject->target_rect.x<<16;
740 c2dObject->target_rect.y = (dst->l)<<16
    [all...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 123 gfx::Rect target_rect(folder_icon_bounds);
124 target_rect.ClampToCenteredSize(
126 return target_rect;
  /external/chromium_org/athena/content/
web_contents_view_delegate_factory_impl.cc 55 const gfx::Rect& target_rect,
  /external/chromium_org/cc/output/
direct_renderer.h 96 const gfx::Rect& target_rect) = 0;
software_renderer.h 50 const gfx::Rect& target_rect) OVERRIDE;
software_renderer.cc 160 const gfx::Rect& target_rect) {
167 target_rect,
168 gfx::Rect(target_rect.size()),
169 target_rect.size());
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 140 const gfx::Rect& target_rect,

Completed in 318 milliseconds

1 2