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

/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp49 SkIRect* devClipBounds) {
56 pipelineBuilder->clip().getConservativeBounds(rt, devClipBounds);
58 if (devClipBounds->isEmpty()) {
68 *devPathBounds = *devClipBounds;
86 const SkIRect& devClipBounds,
94 if (devClipBounds.fTop < devPathBounds.fTop) {
95 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
96 devClipBounds.fRight, devPathBounds.fTop);
99 if (devClipBounds
44 get_path_and_clip_bounds(const GrDrawTarget* target, const GrPipelineBuilder* pipelineBuilder, const SkPath& path, const SkMatrix& matrix, SkIRect* devPathBounds, SkIRect* devClipBounds) argument
82 draw_around_inv_path(GrDrawTarget* target, GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
131 SkIRect devPathBounds, devClipBounds; local
[all...]
H A DGrAAHairLinePathRenderer.cpp238 const SkIRect& devClipBounds,
269 if (SkIRect::Intersects(devClipBounds, ibounds)) {
296 if (SkIRect::Intersects(devClipBounds, ibounds)) {
317 if (SkIRect::Intersects(devClipBounds, ibounds)) {
345 if (SkIRect::Intersects(devClipBounds, ibounds)) {
373 if (SkIRect::Intersects(devClipBounds, ibounds)) {
976 const SkIRect& devClipBounds) {
988 geometry.fDevClipBounds = devClipBounds;
1000 SkIRect devClipBounds; local
1002 &devClipBounds);
236 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
972 create_hairline_batch(GrColor color, const SkMatrix& viewMatrix, const SkPath& path, const GrStrokeInfo& stroke, const SkIRect& devClipBounds) argument
1020 SkIRect devClipBounds; local
[all...]

Completed in 413 milliseconds