Home | History | Annotate | Download | only in core

Lines Matching defs:base

533         The caller really needs to restore() back to the base if they want to
1046 // base is used to limit the size (and therefore memory allocation) of the
1048 SkRegion base;
1057 base.setRect(currClip->getBounds());
1059 clip.setPath(devPath, base, doAA);
1068 base.setRect(0, 0, device->width(), device->height());
1071 return currClip->setPath(devPath, base, doAA);
1074 clip.setPath(devPath, base, doAA);