/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in LogI() 57 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 62 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 76 res.right = std::min(rect1.right, rect2.right); in Intersection() 95 res.right = rect.right + FLOAT(x_offset); in Reposition() 107 if ((rect1.left == rect2.left) && (rect1.right == rect2.right)) { in Subtract() 114 if ((rect1.left == rect2.left) && (rect2.right <= rect1.right)) { in Subtract() 115 res.left = rect2.right; in Subtract() [all …]
|
/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in LogI() 57 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 62 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 76 res.right = std::min(rect1.right, rect2.right); in Intersection() 95 res.right = rect.right + FLOAT(x_offset); in Reposition() 107 rect1.left <= rect2.left && rect1.right >= rect2.right); in Contains() 119 if (rect1.left != rect2.left || rect1.right != rect2.right) { in Subtract() 123 res[0].right = rect1.right; in Subtract() [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in LogI() 57 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 62 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 76 res.right = std::min(rect1.right, rect2.right); in Intersection() 95 res.right = rect.right + FLOAT(x_offset); in Reposition() 107 rect1.left <= rect2.left && rect1.right >= rect2.right); in Contains() 119 if (rect1.left != rect2.left || rect1.right != rect2.right) { in Subtract() 123 res[0].right = rect1.right; in Subtract() [all …]
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 57 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 71 res.right = std::min(rect1.right, rect2.right); in Intersection() 90 res.right = rect.right + FLOAT(x_offset); in Reposition() 102 if ((rect1.left == rect2.left) && (rect1.right == rect2.right)) { in Subtract() 109 if ((rect1.left == rect2.left) && (rect2.right <= rect1.right)) { in Subtract() 110 res.left = rect2.right; in Subtract() 111 } else if ((rect1.right == rect2.right) && (rect2.left >= rect1.left)) { in Subtract() [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 57 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 71 res.right = std::min(rect1.right, rect2.right); in Intersection() 90 res.right = rect.right + FLOAT(x_offset); in Reposition() 102 if ((rect1.left == rect2.left) && (rect1.right == rect2.right)) { in Subtract() 109 if ((rect1.left == rect2.left) && (rect2.right <= rect1.right)) { in Subtract() 110 res.left = rect2.right; in Subtract() 111 } else if ((rect1.right == rect2.right) && (rect2.left >= rect1.left)) { in Subtract() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); in IsValid() 46 (rect1.right == rect2.right) && in IsCongruent() 52 prefix, roi.left, roi.top, roi.right, roi.bottom); in Log() 57 rect->right = ROUND_UP_ALIGN_DOWN(rect->right, align_x); in Normalize() 71 res.right = std::min(rect1.right, rect2.right); in Intersection() 90 res.right = rect.right + FLOAT(x_offset); in Reposition() 102 if ((rect1.left == rect2.left) && (rect1.right == rect2.right)) { in Subtract() 109 if ((rect1.left == rect2.left) && (rect2.right <= rect1.right)) { in Subtract() 110 res.left = rect2.right; in Subtract() 111 } else if ((rect1.right == rect2.right) && (rect2.left >= rect1.left)) { in Subtract() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rb_tree.c | 90 while (node->right) in rb_node_maximum() 91 node = node->right; in rb_node_maximum() 113 assert(u == p->right); in rb_tree_splice() 114 p->right = v; in rb_tree_splice() 123 assert(x && x->right); in rb_tree_rotate_left() 125 struct rb_node *y = x->right; in rb_tree_rotate_left() 126 x->right = y->left; in rb_tree_rotate_left() 140 y->left = x->right; in rb_tree_rotate_right() 141 if (x->right) in rb_tree_rotate_right() 142 rb_node_set_parent(x->right, y); in rb_tree_rotate_right() [all …]
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | FormatConversions.h | 33 int left, int top, int right, int bottom); 35 int left, int top, int right, int bottom); 37 int left, int top, int right, int bottom); 39 int left, int top, int right, int bottom); 41 int left, int top, int right, int bottom); 43 int left, int top, int right, int bottom);
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.h | 55 inline bool operator <(GeofenceKey const& left, GeofenceKey const& right) { 56 return left.id < right.id || (left.id == right.id && left.client < right.client); 58 inline bool operator ==(GeofenceKey const& left, GeofenceKey const& right) { 59 return left.id == right.id && left.client == right.client; 61 inline bool operator !=(GeofenceKey const& left, GeofenceKey const& right) { 62 return left.id != right.id || left.client != right.client;
|
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.h | 55 inline bool operator <(GeofenceKey const& left, GeofenceKey const& right) { 56 return left.id < right.id || (left.id == right.id && left.client < right.client); 58 inline bool operator ==(GeofenceKey const& left, GeofenceKey const& right) { 59 return left.id == right.id && left.client == right.client; 61 inline bool operator !=(GeofenceKey const& left, GeofenceKey const& right) { 62 return left.id != right.id || left.client != right.client;
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.h | 55 inline bool operator <(GeofenceKey const& left, GeofenceKey const& right) { 56 return left.id < right.id || (left.id == right.id && left.client < right.client); 58 inline bool operator ==(GeofenceKey const& left, GeofenceKey const& right) { 59 return left.id == right.id && left.client == right.client; 61 inline bool operator !=(GeofenceKey const& left, GeofenceKey const& right) { 62 return left.id != right.id || left.client != right.client;
|
/hardware/qcom/sm7250/gps/geofence/ |
D | GeofenceAdapter.h | 55 inline bool operator <(GeofenceKey const& left, GeofenceKey const& right) { 56 return left.id < right.id || (left.id == right.id && left.client < right.client); 58 inline bool operator ==(GeofenceKey const& left, GeofenceKey const& right) { 59 return left.id == right.id && left.client == right.client; 61 inline bool operator !=(GeofenceKey const& left, GeofenceKey const& right) { 62 return left.id != right.id || left.client != right.client;
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocAdapterBase.h | 44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { 45 return left.id < right.id || (left.id == right.id && left.client < right.client); 47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { 48 return left.id == right.id && left.client == right.client; 50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { 51 return left.id != right.id || left.client != right.client;
|
/hardware/qcom/gps/msm8998/core/ |
D | LocAdapterBase.h | 44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { 45 return left.id < right.id || (left.id == right.id && left.client < right.client); 47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { 48 return left.id == right.id && left.client == right.client; 50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { 51 return left.id != right.id || left.client != right.client;
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | types.h | 42 bool operator()(const StreamSpec& left, const StreamSpec& right) const { in operator() 44 return left.format < right.format || in operator() 45 (left.format == right.format && in operator() 46 (left.width < right.width || in operator() 47 (left.width == right.width && left.height < right.height))); in operator()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | cb_utils.cpp | 36 irect.right = max(rect1.right, rect2.right); in getUnion() 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion() 61 displayFrame.right,displayFrame.bottom); in getuiClearRegion() 72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion() 86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; in getuiClearRegion() 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left; in getuiClearRegion()
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | cb_utils.cpp | 36 irect.right = max(rect1.right, rect2.right); in getUnion() 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion() 61 displayFrame.right,displayFrame.bottom); in getuiClearRegion() 72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion() 86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; in getuiClearRegion() 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left; in getuiClearRegion()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 47 .right = 256, in TEST_P() 54 .right = static_cast<float>(256), in TEST_P() 75 .right = 128, in TEST_P() 82 .right = static_cast<float>(256), in TEST_P() 123 .right = 256, in TEST_P() 130 .right = static_cast<float>(256), in TEST_P() 151 .right = 128, in TEST_P() 158 .right = static_cast<float>(256), in TEST_P()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | cb_utils.cpp | 36 irect.right = max(rect1.right, rect2.right); in getUnion() 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion() 62 displayFrame.right,displayFrame.bottom); in getuiClearRegion() 74 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, in getuiClearRegion() 88 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; in getuiClearRegion() 89 int dst_w = clearWormholeRect.right - clearWormholeRect.left; in getuiClearRegion()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 374 int w = rect.right - rect.left; in getActionSafePosition() 429 rect.right = w + rect.left; in getActionSafePosition() 459 rect.right = srcWidth + rect.left; in getAspectRatioPosition() 485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, in getAspectRatioPosition() 487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, in getAspectRatioPosition() 502 width = float(rect.right - rect.left); in getAspectRatioPosition() 572 outRect.right = outPos.x + outPos.w; in getAspectRatioPosition() 622 displayFrame.right = dstWidth; in calcExtDisplayPosition() 644 displayFrame.right = int(wRatio*(float)displayFrame.right); in calcExtDisplayPosition() 702 dst_w = displayFrame.right - displayFrame.left; in isDownscaleRequired() [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 238 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].right = in initContext() 389 int w = rect.right - rect.left; in getActionSafePosition() 444 rect.right = w + rect.left; in getActionSafePosition() 472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, in getAspectRatioPosition() 474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, in getAspectRatioPosition() 489 width = float(rect.right - rect.left); in getAspectRatioPosition() 559 outRect.right = outPos.x + outPos.w; in getAspectRatioPosition() 609 displayFrame.right = dstWidth; in calcExtDisplayPosition() 631 displayFrame.right = int(wRatio*(float)displayFrame.right); in calcExtDisplayPosition() 689 dst_w = displayFrame.right - displayFrame.left; in isDownscaleRequired() [all …]
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
D | tilerenderer.cpp | 37 int right, int bottom) { in startTileRendering() argument 46 if (!left && !right && !top && !bottom) { in startTileRendering() 49 right = width; in startTileRendering() 53 if (!left && !right && !top && !bottom) { in startTileRendering() 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 24 f = \max\left( {c \over {2^{b-1} - 1}}, -1.0 \right) 43 s = {1 \over 2} + { \left( x_p - x_f \right) \over \text{size} } 48 t = {1 \over 2} + { \left( y_p - y_f \right) \over \text{size} } 110 f = \max\left( {c \over {2^{b-1} - 1}}, -1.0 \right) 129 s = {1 \over 2} + { \left( x_p - x_f \right) \over \text{size} } 133 t = {1 \over 2} + { \left( y_p - y_f \right) \over \text{size} } 197 m = \sqrt{ \left({{\partial z_f} \over {\partial x_f}}\right)^2 198 + \left({{\partial z_f} \over {\partial y_f}}\right)^2} 205 m = \max\left( \left| {{\partial z_f} \over {\partial x_f}} \right|, 206 \left| {{\partial z_f} \over {\partial y_f}} \right| \right) [all …]
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 138 ctx->mViewFrame[dpy].right = ctx->dpyAttr[dpy].xres; in updateDisplayInfo() 342 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].right = in initContext() 550 int w = rect.right - rect.left; in getActionSafePosition() 605 rect.right = w + rect.left; in getActionSafePosition() 633 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, in getAspectRatioPosition() 635 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, in getAspectRatioPosition() 650 width = float(rect.right - rect.left); in getAspectRatioPosition() 725 outRect.right = outPos.x + outPos.w; in getAspectRatioPosition() 775 displayFrame.right = dstWidth; in calcExtDisplayPosition() 802 displayFrame.right = int(wRatio*(float)displayFrame.right); in calcExtDisplayPosition() [all …]
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.h | 47 int right; variable 52 right = rect.right; in GrallocRect() 59 right = rect.left + rect.width; in GrallocRect() 66 right = rect.right; in GrallocRect()
|