HomeSort by relevance Sort by last modified time
    Searched defs:target_rect (Results 1 - 9 of 9) sorted by null

  /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/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...]
  /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
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/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...]
  /hardware/qcom/display/msm8226/libcopybit/
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/
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/
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...]

Completed in 473 milliseconds