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

/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp199 , fDevClipBounds(devClipBounds)
206 devBounds.join(SkRect::Make(fDevClipBounds));
235 static constexpr int kClipBoundsCnt = sizeof(fDevClipBounds) / sizeof(uint32_t);
242 memcpy(&builder[shapeKeyDataCnt], &fDevClipBounds, sizeof(fDevClipBounds));
244 memset(&builder[shapeKeyDataCnt], 0, sizeof(fDevClipBounds));
256 SkRect clipBounds = SkRect::Make(fDevClipBounds);
285 SkRect clipBounds = SkRect::Make(fDevClipBounds);
351 SkIRect fDevClipBounds; member in class:__anon18324::final
H A DGrAAHairLinePathRenderer.cpp854 SkIRect fDevClipBounds; member in struct:__anon18308::final::PathData
899 quadCount += gather_lines_and_quads(args.fPath, args.fViewMatrix, args.fDevClipBounds,

Completed in 155 milliseconds