Searched refs:nextX (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | internal.h | 545 struct MHD_Connection *nextX; member 1364 EXTRA_CHECK (NULL == (element)->nextX); \ 1366 (element)->nextX = (head); \ 1385 EXTRA_CHECK ( (NULL != (element)->nextX) || ((element) == (tail))); \ 1388 (head) = (element)->nextX; \ 1390 (element)->prevX->nextX = (element)->nextX; \ 1391 if (NULL == (element)->nextX) \ 1394 (element)->nextX->prevX = (element)->prevX; \ 1395 (element)->nextX = NULL; \
|
D | daemon.c | 2105 for (pos = daemon->manual_timeout_head; NULL != pos; pos = pos->nextX) in MHD_get_timeout() 2809 next = pos->nextX; in MHD_epoll()
|
/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 252 float nextX = x + width; in set_character_bounds() local 253 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds() 254 x = nextX; in set_character_bounds()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 251 float nextX = x + width; in set_character_bounds() local 252 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds() 253 x = nextX; in set_character_bounds()
|
/third_party/boost/boost/polygon/detail/ |
D | boolean_op_45.hpp | 529 Unit nextX = (*inputBegin).first.x(); in scan() local 530 … if(!crossVector_.empty() && crossVector_[0].first.x() < nextX) nextX = crossVector_[0].first.x(); in scan() 531 if(nextX != x_) { in scan() 537 (*crossQueue_.begin()).x() < nextX) { in scan() 539 nextX = (std::min)(nextX, (*crossQueue_.begin()).x()); in scan() 543 x_ = nextX; in scan() 547 nextX == (*inputBegin).first.x()) { in scan()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 2134 const deUint32 nextX = localSizesToTest[index + 1][0]; in makeComputeTest() local 2153 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 3942 const deUint32 nextX = localSizesToTest[index][0]; in makeComputeTestRequiredSubgroupSize() local 3954 nextX, in makeComputeTestRequiredSubgroupSize()
|