Searched defs:devClipBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp48 SkIRect* devClipBounds) {
56 target->getClip()->getConservativeBounds(rt, devClipBounds);
60 if (!devPathBounds->intersect(*devClipBounds)) {
83 const SkIRect& devClipBounds,
90 if (devClipBounds.fTop < devPathBounds.fTop) {
91 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
92 devClipBounds.fRight, devPathBounds.fTop);
95 if (devClipBounds.fLeft < devPathBounds.fLeft) {
96 rect.iset(devClipBounds
44 get_path_and_clip_bounds(const GrDrawTarget* target, const SkPath& path, const SkMatrix& matrix, SkIRect* devPathBounds, SkIRect* devClipBounds) argument
82 draw_around_inv_path(GrDrawTarget* target, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
129 SkIRect devPathBounds, devClipBounds; local
[all...]
H A DGrAAHairLinePathRenderer.cpp330 const SkIRect& devClipBounds,
361 if (SkIRect::Intersects(devClipBounds, ibounds)) {
388 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
437 if (SkIRect::Intersects(devClipBounds, ibounds)) {
465 if (SkIRect::Intersects(devClipBounds, ibounds)) {
911 SkIRect devClipBounds; local
912 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
922 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds,
328 generate_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
/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp48 SkIRect* devClipBounds) {
56 target->getClip()->getConservativeBounds(rt, devClipBounds);
60 if (!devPathBounds->intersect(*devClipBounds)) {
83 const SkIRect& devClipBounds,
90 if (devClipBounds.fTop < devPathBounds.fTop) {
91 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
92 devClipBounds.fRight, devPathBounds.fTop);
95 if (devClipBounds.fLeft < devPathBounds.fLeft) {
96 rect.iset(devClipBounds
44 get_path_and_clip_bounds(const GrDrawTarget* target, const SkPath& path, const SkMatrix& matrix, SkIRect* devPathBounds, SkIRect* devClipBounds) argument
82 draw_around_inv_path(GrDrawTarget* target, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
129 SkIRect devPathBounds, devClipBounds; local
[all...]
H A DGrAAHairLinePathRenderer.cpp330 const SkIRect& devClipBounds,
361 if (SkIRect::Intersects(devClipBounds, ibounds)) {
388 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
437 if (SkIRect::Intersects(devClipBounds, ibounds)) {
465 if (SkIRect::Intersects(devClipBounds, ibounds)) {
911 SkIRect devClipBounds; local
912 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
922 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds,
328 generate_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
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp278 SkIRect devClipBounds; local
280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
281 devRect = &devClipBounds;
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp278 SkIRect devClipBounds; local
280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
281 devRect = &devClipBounds;

Completed in 173 milliseconds