Searched refs:clippedDevIBounds (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 36 GrScissorTest scissorTest, const SkIRect& clippedDevIBounds, in parseDeviceSpaceFill() argument 101 int64_t fanningWork = (int64_t)clippedDevIBounds.height() * clippedDevIBounds.width(); in parseDeviceSpaceFill() 104 clippedDevIBounds, &currPathPrimitiveCounts); in parseDeviceSpaceFill() 111 clippedDevIBounds.makeOffset(devToAtlasOffset.fX, in parseDeviceSpaceFill() 117 int ptsIdx, const SkIRect& clippedDevIBounds, in tessellateFan() argument 170 SkRect::Make(clippedDevIBounds), &vertices); in tessellateFan()
|
D | GrCCFiller.h | 35 const SkIRect& clippedDevIBounds, const SkIVector& devToAtlasOffset); 74 const SkIRect& clippedDevIBounds, PrimitiveTallies* newTriangleCounts);
|
D | GrCCStroker.h | 44 const SkIRect& clippedDevIBounds,
|
D | GrCCStroker.cpp | 282 const SkIRect& clippedDevIBounds, in parseDeviceSpaceStroke() argument 301 clippedDevIBounds.makeOffset(devToAtlasOffset.x(), devToAtlasOffset.y())); in parseDeviceSpaceStroke()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 36 GrScissorTest scissorTest, const SkIRect& clippedDevIBounds, in parseDeviceSpaceFill() argument 101 int64_t fanningWork = (int64_t)clippedDevIBounds.height() * clippedDevIBounds.width(); in parseDeviceSpaceFill() 104 clippedDevIBounds, &currPathPrimitiveCounts); in parseDeviceSpaceFill() 111 clippedDevIBounds.makeOffset(devToAtlasOffset.fX, in parseDeviceSpaceFill() 117 int ptsIdx, const SkIRect& clippedDevIBounds, in tessellateFan() argument 170 SkRect::Make(clippedDevIBounds), &vertices); in tessellateFan()
|
D | GrCCFiller.h | 35 const SkIRect& clippedDevIBounds, const SkIVector& devToAtlasOffset); 74 const SkIRect& clippedDevIBounds, PrimitiveTallies* newTriangleCounts);
|
D | GrCCStroker.h | 44 const SkIRect& clippedDevIBounds,
|
D | GrCCStroker.cpp | 282 const SkIRect& clippedDevIBounds, in parseDeviceSpaceStroke() argument 301 clippedDevIBounds.makeOffset(devToAtlasOffset.x(), devToAtlasOffset.y())); in parseDeviceSpaceStroke()
|