HomeSort by relevance Sort by last modified time
    Searched refs:devClipBounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.cpp 42 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.fLeft, devPathBounds.fTop
    [all...]
GrAAHairLinePathRenderer.cpp 321 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)) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 282 SkIRect devClipBounds;
284 this->getClip()->getConservativeBounds(optState->getRenderTarget(), &devClipBounds);
285 devRect = &devClipBounds;

Completed in 3486 milliseconds