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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp42 SkIRect* devClipBounds) {
50 target->getClip()->getConservativeBounds(rt, devClipBounds);
54 if (!devPathBounds->intersect(*devClipBounds)) {
77 const SkIRect& devClipBounds,
84 if (devClipBounds.fTop < devPathBounds.fTop) {
85 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
86 devClipBounds.fRight, devPathBounds.fTop);
89 if (devClipBounds.fLeft < devPathBounds.fLeft) {
90 rect.iset(devClipBounds
38 get_path_and_clip_bounds(const GrDrawTarget* target, const SkPath& path, const SkMatrix& matrix, SkIRect* devPathBounds, SkIRect* devClipBounds) argument
76 draw_around_inv_path(GrDrawTarget* target, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
123 SkIRect devPathBounds, devClipBounds; local
[all...]
H A DGrAAHairLinePathRenderer.cpp321 const SkIRect& devClipBounds,
352 if (SkIRect::Intersects(devClipBounds, ibounds)) {
379 if (SkIRect::Intersects(devClipBounds, ibounds)) {
400 if (SkIRect::Intersects(devClipBounds, ibounds)) {
428 if (SkIRect::Intersects(devClipBounds, ibounds)) {
456 if (SkIRect::Intersects(devClipBounds, ibounds)) {
902 SkIRect devClipBounds; local
903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
913 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds,
319 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.cpp321 const SkIRect& devClipBounds,
352 if (SkIRect::Intersects(devClipBounds, ibounds)) {
379 if (SkIRect::Intersects(devClipBounds, ibounds)) {
400 if (SkIRect::Intersects(devClipBounds, ibounds)) {
428 if (SkIRect::Intersects(devClipBounds, ibounds)) {
456 if (SkIRect::Intersects(devClipBounds, ibounds)) {
902 SkIRect devClipBounds; local
903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
913 quadCnt = generate_lines_and_quads(path, drawState->getViewMatrix(), devClipBounds,
319 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.cpp282 SkIRect devClipBounds; local
284 this->getClip()->getConservativeBounds(optState->getRenderTarget(), &devClipBounds);
285 devRect = &devClipBounds;
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp281 SkIRect devClipBounds; local
283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
284 devRect = &devClipBounds;

Completed in 4082 milliseconds