Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:target_rect

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 */
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */