Searched refs:left (Results 1 - 25 of 212) sorted by relevance

123456789

/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
44 return ((rect1.left == rect2.left) &&
51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f",
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x);
69 res.left = std::max(rect1.left, rect2.left);
[all...]
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
44 return ((rect1.left == rect2.left) &&
51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f",
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x);
69 res.left = std::max(rect1.left, rect2.left);
[all...]
/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 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/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp34 irect.left = min(rect1.left, rect2.left);
49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
60 Rect tmpRect(displayFrame.left,displayFrame.top,
72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp34 irect.left = min(rect1.left, rect2.left);
49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
60 Rect tmpRect(displayFrame.left,displayFrame.top,
72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp34 irect.left = min(rect1.left, rect2.left);
49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
61 Rect tmpRect(displayFrame.left,displayFrame.top,
74 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
88 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
89 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp34 irect.left = min(rect1.left, rect2.left);
43 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom};
65 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
68 if ((dirtyRect.right - dirtyRect.left > 0) &&
71 Rect tmpRect(dirtyRect.left,dirtyRect.top,dirtyRect.right,
86 Rect tmpRect(displayFrame.left,displayFrame.top,
99 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
113 hwc_rect_t tmpWormRect = {r.left,
[all...]
/hardware/qcom/gps/msm8998/core/
H A DLocAdapterBase.h44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { argument
45 return left.id < right.id || (left.id == right.id && left.client < right.client);
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { argument
48 return left.id == right.id && left.client == right.client;
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { argument
51 return left.id != right.id || left
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h40 int left, int top, int width, int height, void** vaddr);
/hardware/interfaces/tests/pointer/1.0/default/lib/
H A DPointerHelper.cpp14 g.edges[0].left = &g.nodes[0];
23 if(g.edges[0].left != &g.nodes[0]) return false;
37 os << g.edges[i].left << " -> " << g.edges[i].right << ", ";
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp373 int x = rect.left, y = rect.top;
374 int w = rect.right - rect.left;
427 rect.left = x;
429 rect.right = w + rect.left;
457 rect.left = x;
459 rect.right = srcWidth + rect.left;
485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp236 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
388 int x = rect.left, y = rect.top;
389 int w = rect.right - rect.left;
442 rect.left = x;
444 rect.right = w + rect.left;
472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
487 xPos = rect.left;
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
99 sourceCrop.right - sourceCrop.left,
109 ovutils::Dim dpos(displayFrame.left,
111 displayFrame.right - displayFrame.left,
174 //Request left RGB pipe
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
221 (sourceCrop.right - sourceCrop.left) / 2,
224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2,
226 (sourceCrop.right - sourceCrop.left) /
[all...]
H A Dhwc_utils.cpp366 dst_w = displayFrame.right - displayFrame.left;
369 src_w = sourceCrop.right - sourceCrop.left;
557 int& crop_l = crop.left;
561 int crop_w = crop.right - crop.left;
564 int& dst_l = dst.left;
568 int dst_w = abs(dst.right - dst.left);
571 const int& sci_l = scissor.left;
612 nwr.left = list->hwLayers[0].displayFrame.left;
619 nwr.left
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp34 x.left == y.left &&
47 x.left == y.left &&
286 mPlane->setPosition(layer->displayFrame.left,
288 layer->displayFrame.right - layer->displayFrame.left,
290 mPlane->setSourceCrop(layer->sourceCropf.left,
292 layer->sourceCropf.right - layer->sourceCropf.left,
393 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp33 x.left == y.left &&
46 x.left == y.left &&
244 mPlane->setPosition(layer->displayFrame.left,
246 layer->displayFrame.right - layer->displayFrame.left,
248 mPlane->setSourceCrop(layer->sourceCropf.left,
250 layer->sourceCropf.right - layer->sourceCropf.left,
331 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h204 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect
211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
214 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
256 //!< top-left corner of the screen.
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h266 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect
273 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
276 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
318 //!< top-left corner of the screen.
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp136 ctx->mViewFrame[dpy].left = 0;
340 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
549 int x = rect.left, y = rect.top;
550 int w = rect.right - rect.left;
603 rect.left = x;
605 rect.right = w + rect.left;
633 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
635 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp160 ctx->mViewFrame[dpy].left = 0;
363 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
616 int x = rect.left, y = rect.top;
617 int w = rect.right - rect.left;
670 rect.left = x;
672 rect.right = w + rect.left;
700 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
702 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
[all...]
/hardware/interfaces/media/1.0/
H A Dtypes.hal61 int32_t left;
/hardware/interfaces/tests/libhwbinder/1.0/default/
H A DScheduleTest.cpp30 cout << setw(12) << left << prefix << " pid: " << getpid()
38 cout << setw(12) << left << s << param.sched_priority << endl;
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp233 // left pipe is needed
238 DLOGV_IF(kTagResources, "Get left pipe failed: hw_block_id = %d, need_scale = %d",
411 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
431 float src_width = src_rect.right - src_rect.left;
432 float dst_width = dst_rect.right - dst_rect.left;
463 scissor_right.left = FLOAT(mixer_attributes.split_left);
485 // assign left pipe
554 Log(kTagResources, "left pipe src", layer_config->left_pipe.src_roi);
555 Log(kTagResources, "left pip
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.cpp264 // left pipe is needed
269 DLOGV_IF(kTagResources, "Get left pipe failed: hw_block_id = %d, need_scale = %d",
448 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
468 float src_width = src_rect.right - src_rect.left;
469 float dst_width = dst_rect.right - dst_rect.left;
500 scissor_right.left = FLOAT(mixer_attributes.split_left);
522 // assign left pipe
591 Log(kTagResources, "left pipe src", layer_config->left_pipe.src_roi);
592 Log(kTagResources, "left pip
[all...]

Completed in 516 milliseconds

123456789