HomeSort by relevance Sort by last modified time
    Searched refs:target_rect (Results 1 - 25 of 33) 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/cc/test/
layer_test_common.cc 80 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/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);
  /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 730 c2dObject->target_rect.x = (dst->t)<<16;
731 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
732 c2dObject->target_rect.y = c2dObject->target_rect.y<<16;
733 c2dObject->target_rect.height = ((dst->r) - (dst->l))<<16;
734 c2dObject->target_rect.width = ((dst->b) - (dst->t))<<16;
736 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b;
737 c2dObject->target_rect.x = c2dObject->target_rect.x<<16;
738 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...]
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...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 124 gfx::Rect target_rect(folder_icon_bounds);
125 target_rect.ClampToCenteredSize(
127 return target_rect;
  /external/chromium_org/cc/output/
direct_renderer.h 97 const gfx::Rect& target_rect) = 0;
software_renderer.h 50 const gfx::Rect& target_rect) OVERRIDE;
software_renderer.cc 201 const gfx::Rect& target_rect) {
208 target_rect,
209 gfx::Rect(target_rect.size()),
210 target_rect.size());
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 143 const gfx::Rect& target_rect,
render_widget_host_view_guest.h 132 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
render_widget_host_view_child_frame.cc 187 const gfx::Rect& target_rect,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 323 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
render_widget_host_view_android.h 159 virtual void ShowDisambiguationPopup(const gfx::Rect& target_rect,
  /external/chromium_org/content/test/
test_render_view_host.h 143 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 262 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));
    [all...]

Completed in 2394 milliseconds

1 2