Home
last modified time | relevance | path

Searched refs:fDevClipBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp209 static constexpr int kClipBoundsCnt = sizeof(fDevClipBounds) / sizeof(uint32_t); in draw()
216 memcpy(&builder[shapeKeyDataCnt], &fDevClipBounds, sizeof(fDevClipBounds)); in draw()
218 memset(&builder[shapeKeyDataCnt], 0, sizeof(fDevClipBounds)); in draw()
230 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw()
259 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA()
331 , fDevClipBounds(devClipBounds) in TessellatingPathOp()
338 devBounds.join(SkRect::Make(fDevClipBounds)); in TessellatingPathOp()
346 SkIRect fDevClipBounds; member in TessellatingPathOp
DGrAAHairLinePathRenderer.cpp777 SkIRect fDevClipBounds; member
820 quadCount += gather_lines_and_quads(args.fPath, args.fViewMatrix, args.fDevClipBounds, in onPrepareDraws()