Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp216 , fDevClipBounds(devClipBounds) in TessellatingPathOp()
223 devBounds.join(SkRect::Make(fDevClipBounds)); in TessellatingPathOp()
252 static constexpr int kClipBoundsCnt = sizeof(fDevClipBounds) / sizeof(uint32_t); in draw()
259 memcpy(&builder[shapeKeyDataCnt], &fDevClipBounds, sizeof(fDevClipBounds)); in draw()
261 memset(&builder[shapeKeyDataCnt], 0, sizeof(fDevClipBounds)); in draw()
274 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw()
306 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA()
374 SkIRect fDevClipBounds; member in __anon66fb31960211::TessellatingPathOp
DGrAAHairLinePathRenderer.cpp897 SkIRect fDevClipBounds; member
943 quadCount += gather_lines_and_quads(args.fPath, args.fViewMatrix, args.fDevClipBounds, in onPrepareDraws()
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp275 , fDevClipBounds(devClipBounds) in TriangulatingPathOp()
282 devBounds.join(SkRect::Make(fDevClipBounds)); in TriangulatingPathOp()
357 CreateKey(&key, fShape, fDevClipBounds); in createNonAAMesh()
392 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in createNonAAMesh()
425 SkRect clipBounds = SkRect::Make(fDevClipBounds); in createAAMesh()
514 CreateKey(&key, fShape, fDevClipBounds); in onPrePrepareDraws()
528 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in onPrePrepareDraws()
598 SkIRect fDevClipBounds; member in __anona5e524290211::TriangulatingPathOp
DGrAAHairLinePathRenderer.cpp980 SkIRect fDevClipBounds; member
1203 quadCount += gather_lines_and_quads(args.fPath, args.fViewMatrix, args.fDevClipBounds, in onPrepareDraws()