Lines Matching defs:base
534 The caller really needs to restore() back to the base if they want to
1047 // base is used to limit the size (and therefore memory allocation) of the
1049 SkRegion base;
1058 base.setRect(currClip->getBounds());
1060 clip.setPath(devPath, base, doAA);
1069 base.setRect(0, 0, device->width(), device->height());
1072 return currClip->setPath(devPath, base, doAA);
1075 clip.setPath(devPath, base, doAA);