Searched refs:rectIndex (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 152 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local 153 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
|
/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 577 int rectIndex = 0; in onPrepareDraws() local 584 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 589 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 592 rectIndex++; in onPrepareDraws() 597 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 602 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 605 rectIndex++; in onPrepareDraws() 610 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 615 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 618 rectIndex++; in onPrepareDraws()
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 608 int rectIndex = 0; in onPrepareDraws() local 614 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 621 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 624 rectIndex++; in onPrepareDraws() 628 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 634 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 637 rectIndex++; in onPrepareDraws() 641 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 647 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 650 rectIndex++; in onPrepareDraws()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 195 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local 196 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.h | 85 bool GetRect(int rectIndex, CFX_FloatRect* pRect) const;
|
D | cpdf_textpage.cpp | 500 bool CPDF_TextPage::GetRect(int rectIndex, CFX_FloatRect* pRect) const { in GetRect() argument 501 if (!pdfium::IndexInBounds(m_SelRects, rectIndex)) in GetRect() 504 *pRect = m_SelRects[rectIndex]; in GetRect()
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 1801 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()
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.cpp | 4527 for (uint32_t rectIndex = 0; rectIndex < rectCount; ++rectIndex) in PreCallValidateCmdClearAttachments() local
|