Searched refs:nextX (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkScan_DAAPath.cpp | 82 SkFixed nextX, Deltas* deltas) { // rowHeight=fullAlpha in add_coverage_delta_segment() argument 89 SkFixed l = SkTMin(edge->fX, nextX); in add_coverage_delta_segment() 90 SkFixed r = edge->fX + nextX - l; in add_coverage_delta_segment() 276 SkFixed nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight); in gen_alpha_deltas() local 278 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result); in gen_alpha_deltas() 285 SkFixed nextX; in gen_alpha_deltas() local 287 nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight); in gen_alpha_deltas() 288 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result); in gen_alpha_deltas() 291 nextX = currE->fX; in gen_alpha_deltas() 297 currE->fX = nextX; in gen_alpha_deltas() [all …]
|
/external/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()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 2138 const deUint32 nextX = localSizesToTest[index + 1][0]; in makeComputeTest() local 2157 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 3990 const deUint32 nextX = localSizesToTest[index][0]; in makeComputeTestRequiredSubgroupSize() local 3999 nextX, nextY, nextZ, in makeComputeTestRequiredSubgroupSize()
|