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

/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
H A Dcopybit_c2d.cpp740 c2dObject->source_rect.x = (src->l)<<16;
741 c2dObject->source_rect.y = (src->t)<<16;
742 c2dObject->source_rect.height = ((src->b) - (src->t))<<16;
743 c2dObject->source_rect.width = ((src->r) - (src->l))<<16;
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
H A Dcopybit_c2d.cpp759 c2dObject->source_rect.x = (src->l)<<16;
760 c2dObject->source_rect.y = (src->t)<<16;
761 c2dObject->source_rect.height = ((src->b) - (src->t))<<16;
762 c2dObject->source_rect.width = ((src->r) - (src->l))<<16;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dc2d2.h215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
H A Dcopybit_c2d.cpp740 c2dObject->source_rect.x = (src->l)<<16;
741 c2dObject->source_rect.y = (src->t)<<16;
742 c2dObject->source_rect.height = ((src->b) - (src->t))<<16;
743 c2dObject->source_rect.width = ((src->r) - (src->l))<<16;
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp155 mBlit.source_rect.x = 0 << 16;
156 mBlit.source_rect.y = 0 << 16;
157 mBlit.source_rect.width = srcWidth << 16;
158 mBlit.source_rect.height = srcHeight << 16;

Completed in 2045 milliseconds