HomeSort by relevance Sort by last modified time
    Searched refs:nextX (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkScan_DAAPath.cpp 82 SkFixed nextX, Deltas* deltas) { // rowHeight=fullAlpha
89 SkFixed l = SkTMin(edge->fX, nextX);
90 SkFixed r = edge->fX + nextX - l;
276 SkFixed nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight);
278 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
285 SkFixed nextX;
287 nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight);
288 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
291 nextX = currE->fX;
297 currE->fX = nextX;
    [all...]
  /external/skqp/src/core/
SkScan_DAAPath.cpp 82 SkFixed nextX, Deltas* deltas) { // rowHeight=fullAlpha
89 SkFixed l = SkTMin(edge->fX, nextX);
90 SkFixed r = edge->fX + nextX - l;
276 SkFixed nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight);
278 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
285 SkFixed nextX;
287 nextX = currE->fX + SkFixedMul(currE->fDX, rowHeight);
288 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
291 nextX = currE->fX;
297 currE->fX = nextX;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp     [all...]

Completed in 116 milliseconds