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

  /external/chromium_org/content/browser/renderer_host/
backing_store_win.cc 141 gfx::Rect target_rect = pixel_copy_rect; local
143 target_rect.x(),
144 target_rect.y(),
145 target_rect.width(),
146 target_rect.height(),
  /external/chromium_org/ui/aura/
root_window_host_win.cc 80 gfx::Rect target_rect; local
95 target_rect = gfx::Rect(mi.rcMonitor);
100 target_rect = gfx::Rect(saved_window_rect_);
104 target_rect.x(),
105 target_rect.y(),
106 target_rect.width(),
107 target_rect.height(),
  /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...]
  /hardware/qcom/display/msm8x26/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 448 milliseconds