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

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_window_move_client.cc 55 gfx::Rect target_rect(system_loc, root_window_->host()->GetBounds().size());
62 target_rect));
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 110 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.x()
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
speech_recognition_bubble_gtk.cc 183 gfx::Rect target_rect(element_rect_.right() - kBubbleTargetOffsetX,
186 if (target_rect.x() < 0 || target_rect.y() < 0 ||
187 target_rect.x() > container_rect.width() ||
188 target_rect.y() > container_rect.height()) {
196 target_rect = gtk_util::WidgetBounds(reference_widget);
199 &target_rect,
  /external/chromium_org/ui/aura/
root_window_host_win.cc 74 gfx::Rect target_rect; local
89 target_rect = gfx::Rect(mi.rcMonitor);
94 target_rect = gfx::Rect(saved_window_rect_);
98 target_rect.x(),
99 target_rect.y(),
100 target_rect.width(),
101 target_rect.height(),
  /external/chromium_org/content/browser/renderer_host/
backing_store_win.cc 142 gfx::Rect target_rect = pixel_copy_rect; local
144 target_rect.x(),
145 target_rect.y(),
146 target_rect.width(),
147 target_rect.height(),
render_widget_host_view_guest.h 171 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
render_widget_host_view_win.cc     [all...]
render_widget_host_view_android.h 171 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
render_widget_host_view_guest.cc 518 const gfx::Rect& target_rect,
render_widget_host_view_android.cc 636 const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap) {
640 content_view_core_->ShowDisambiguationPopup(target_rect, zoomed_bitmap);
    [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...]
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/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...]
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/msm8x26/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...]
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...]
  /external/chromium_org/cc/output/
software_renderer.h 56 gfx::Rect target_rect) OVERRIDE;
direct_renderer.h 102 gfx::Rect target_rect) = 0;
software_renderer.cc 160 gfx::Rect target_rect) {
167 target_rect,
168 gfx::Rect(target_rect.size()),
169 target_rect.size());
gl_renderer.h 115 gfx::Rect target_rect) OVERRIDE;
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 333 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
  /external/chromium_org/content/test/
test_render_view_host.h 153 const gfx::Rect& target_rect,
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 159 mBlit.target_rect.x = 0 << 16;
160 mBlit.target_rect.y = 0 << 16;
161 mBlit.target_rect.width = dstWidth << 16;
162 mBlit.target_rect.height = dstHeight << 16;
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 263 gfx::Rect target_rect = drawable_content_rect; local
265 target_rect =
280 target_rect.Intersect(clip_rect);
297 current_state->drawable_content_rect.Union(target_rect);
315 target_rect = gfx::ToEnclosingRect(
316 MathUtil::MapClippedRect(current_draw_transform, target_rect));
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 281 // |target_rect| --> window coordinates which |zoomed_bitmap| represents
284 const gfx::Rect& target_rect, const SkBitmap& zoomed_bitmap);

Completed in 1440 milliseconds

1 2