Home
last modified time | relevance | path

Searched refs:rectIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp581 int rectIndex = 0; in onPrepareDraws() local
588 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
593 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
596 rectIndex++; in onPrepareDraws()
601 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
606 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
609 rectIndex++; in onPrepareDraws()
614 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
619 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
622 rectIndex++; in onPrepareDraws()
/third_party/skia/src/gpu/ops/
DDashOp.cpp571 int rectIndex = 0; in onPrepareDraws() local
577 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
584 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
587 rectIndex++; in onPrepareDraws()
591 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
597 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
600 rectIndex++; in onPrepareDraws()
604 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
610 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
613 rectIndex++; in onPrepareDraws()
/third_party/flutter/skia/tools/viewer/
DImGuiLayer.cpp161 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local
162 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
/third_party/skia/tools/viewer/
DImGuiLayer.cpp195 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local
196 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp1801 for (uint32 rectIndex = 0; rectIndex < rectCount; rectIndex++) in ProcessArea() local
1804 dng_rect badRect = fList->Rect (rectIndex); in ProcessArea()
1811 bool isIsolated = fList->IsRectIsolated (rectIndex, in ProcessArea()