Searched refs:top (Results 1 - 25 of 108) sorted by relevance

12345

/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
48 top = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
H A Dtilerenderer.h32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h40 int left, int top, int width, int height, void** vaddr);
H A Dpsb_gralloc.cpp52 int usage, int left, int top, int width, int height,
66 left, top, width, height,
51 gralloc_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top;
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top;
H A Dqd_utils.cpp119 rect.top = y;
121 rect.bottom = srcHeight + rect.top;
/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp120 size_t &top,
136 top = ( mTop + vRange / 2 ) * vScale;
139 areaHeight -= top;
148 status_t CameraArea::checkArea(ssize_t top, argument
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
165 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
166 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
190 if ( top >
118 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
210 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp122 size_t &top,
138 top = ( mTop + vRange / 2 ) * vScale;
141 areaHeight -= top;
150 status_t CameraArea::checkArea(ssize_t top, argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
192 if ( top >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp77 displayFrame.bottom - displayFrame.top,
119 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
121 sourceCrop.bottom - sourceCrop.top);
135 displayFrame.top,
137 displayFrame.bottom - displayFrame.top);
201 displayFrame.bottom - displayFrame.top,
266 sourceCrop.top,
268 sourceCrop.bottom - sourceCrop.top);
272 sourceCrop.top,
274 sourceCrop.bottom - sourceCrop.top);
[all...]
H A Dhwc_utils.cpp312 dst_h = displayFrame.bottom - displayFrame.top;
314 src_h = sourceCrop.bottom - sourceCrop.top;
509 int& crop_t = crop.top;
513 int crop_h = crop.bottom - crop.top;
516 int& dst_t = dst.top;
520 int dst_h = abs(dst.bottom - dst.top);
523 const int& sci_t = scissor.top;
566 nwr.top = list->hwLayers[0].displayFrame.top;
573 nwr.top
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
100 sourceCrop.bottom - sourceCrop.top);
110 displayFrame.top,
112 displayFrame.bottom - displayFrame.top);
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
222 sourceCrop.bottom - sourceCrop.top);
225 sourceCrop.top,
227 sourceCrop.bottom - sourceCrop.top);
238 //For FB left, top will always be 0
241 displayFrame.top,
[all...]
H A Dhwc_utils.cpp368 dst_h = displayFrame.bottom - displayFrame.top;
371 src_h = sourceCrop.bottom - sourceCrop.top;
555 int& crop_t = crop.top;
559 int crop_h = crop.bottom - crop.top;
562 int& dst_t = dst.top;
566 int dst_h = abs(dst.bottom - dst.top);
569 const int& sci_t = scissor.top;
612 nwr.top = list->hwLayers[0].displayFrame.top;
619 nwr.top
[all...]
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp31 return (x.top == y.top &&
44 return (x.top == y.top &&
245 layer->displayFrame.top,
247 layer->displayFrame.bottom - layer->displayFrame.top);
249 layer->sourceCropf.top,
251 layer->sourceCropf.bottom - layer->sourceCropf.top);
331 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/ti/omap4-aah/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
31 srcWidth * (srcHeight - srcRect.top / 2);
34 int dstHeight = srcRect.bottom - srcRect.top + 1;
100 encoderRect->top = 0;
/hardware/ti/omap4xxx/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
31 srcWidth * (srcHeight - srcRect.top / 2);
34 int dstHeight = srcRect.bottom - srcRect.top + 1;
100 encoderRect->top = 0;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp373 int x = rect.left, y = rect.top;
375 int h = rect.bottom - rect.top;
428 rect.top = y;
430 rect.bottom = h + rect.top;
458 rect.top = y;
460 rect.bottom = srcHeight + rect.top;
485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
486 inRect.bottom - inRect.top);
487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
488 outRect.bottom - outRect.top);
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp237 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].top = 0;
388 int x = rect.left, y = rect.top;
390 int h = rect.bottom - rect.top;
443 rect.top = y;
445 rect.bottom = h + rect.top;
472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
473 inRect.bottom - inRect.top);
474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
475 outRect.bottom - outRect.top);
488 yPos = rect.top;
[all...]
H A Dhwc_copybit.cpp59 rect->t = me->mRegion.rects[me->r.current].top;
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (finalH - ALIGN((overlap.bottom - overlap.top), 32)) * 4;
240 // Calculate the dest top, left will always be zero
241 ptorInfo->displayFrame[i].top = (finalH -
242 (ALIGN((overlap.bottom - overlap.top), 32)));
247 ptorInfo->displayFrame[i].bottom = ptorInfo->displayFrame[i].top +
248 (overlap.bottom - overlap.top);
322 src_w = sourceCrop.bottom - sourceCrop.top;
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c65 #define HEIGHT(rect) ((rect).bottom - (rect).top)
131 r->left, r->top, r->right - r->left, r->bottom - r->top, color, 1.0f);
138 r->left, r->top + 40, text);
143 return !r->left && !r->top && !r->right && !r->bottom;
193 return ((a->bottom > 0) && (a->top < disph) &&
244 l->sourceCrop.top,
248 l->displayFrame.top,
311 res_rect->top = layer->displayFrame.top;
672 int top = layer->displayFrame.top; local
[all...]
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp61 l->sourceCrop.top,
65 l->displayFrame.top,
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.cpp131 imgLayer->psLayer->sourceCropf.top,
133 imgLayer->psLayer->sourceCropf.bottom - imgLayer->psLayer->sourceCropf.top,
135 imgLayer->psLayer->displayFrame.top,
137 imgLayer->psLayer->displayFrame.bottom - imgLayer->psLayer->displayFrame.top,
/hardware/libhardware/include/hardware/
H A Dfb.h104 * return -EINVAL if width or height <=0, or if left or top < 0
107 int left, int top, int width, int height);
/hardware/libhardware/tests/hwc/
H A Dtest-arrows.c78 int top = h / 4; local
83 vtx[1] = top;
92 vtx[9] = top;
94 vtx[11] = top;
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DPlaneCapabilities.cpp174 srcH = (int)src.bottom - (int)src.top;
176 dstH = dest.bottom - dest.top;

Completed in 3040 milliseconds

12345