Home
last modified time | relevance | path

Searched refs:devClipBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp48 SkIRect* devClipBounds) { in get_path_and_clip_bounds() argument
56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
60 if (!devPathBounds->intersect(*devClipBounds)) { in get_path_and_clip_bounds()
83 const SkIRect& devClipBounds, in draw_around_inv_path() argument
90 if (devClipBounds.fTop < devPathBounds.fTop) { in draw_around_inv_path()
91 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in draw_around_inv_path()
92 devClipBounds.fRight, devPathBounds.fTop); in draw_around_inv_path()
95 if (devClipBounds.fLeft < devPathBounds.fLeft) { in draw_around_inv_path()
96 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in draw_around_inv_path()
100 if (devClipBounds.fRight > devPathBounds.fRight) { in draw_around_inv_path()
[all …]
DGrAAHairLinePathRenderer.cpp321 const SkIRect& devClipBounds, in generate_lines_and_quads() argument
352 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
379 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
400 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
428 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
456 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
902 SkIRect devClipBounds; in onDrawPath() local
903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
913 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds, in onDrawPath()
/external/chromium_org/third_party/skia/src/gpu/
DGrSoftwarePathRenderer.cpp48 SkIRect* devClipBounds) { in get_path_and_clip_bounds() argument
56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
60 if (!devPathBounds->intersect(*devClipBounds)) { in get_path_and_clip_bounds()
83 const SkIRect& devClipBounds, in draw_around_inv_path() argument
90 if (devClipBounds.fTop < devPathBounds.fTop) { in draw_around_inv_path()
91 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in draw_around_inv_path()
92 devClipBounds.fRight, devPathBounds.fTop); in draw_around_inv_path()
95 if (devClipBounds.fLeft < devPathBounds.fLeft) { in draw_around_inv_path()
96 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in draw_around_inv_path()
100 if (devClipBounds.fRight > devPathBounds.fRight) { in draw_around_inv_path()
[all …]
DGrAAHairLinePathRenderer.cpp321 const SkIRect& devClipBounds, in generate_lines_and_quads() argument
352 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
379 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
400 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
428 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
456 if (SkIRect::Intersects(devClipBounds, ibounds)) { in generate_lines_and_quads()
902 SkIRect devClipBounds; in onDrawPath() local
903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
913 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds, in onDrawPath()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL_program.cpp281 SkIRect devClipBounds; in flushGraphicsState() local
283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
284 devRect = &devClipBounds; in flushGraphicsState()
/external/skia/src/gpu/gl/
DGrGpuGL_program.cpp281 SkIRect devClipBounds; in flushGraphicsState() local
283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
284 devRect = &devClipBounds; in flushGraphicsState()