Searched refs:target_rect (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp713 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
[all...]
H A Dc2d2.h219 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... */
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp732 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
[all...]
H A Dc2d2.h219 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... */
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp713 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
[all...]
H A Dc2d2.h219 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... */
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp159 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;

Completed in 46 milliseconds