Home | History | Annotate | Download | only in core

Lines Matching full:base

76     int16_t             fX, fY; // relative to base matrix/clip
491 The caller really needs to restore() back to the base if they want to
864 SkRegion base;
866 base.setRect(0, 0, bm.width(), bm.height());
869 return fMCRec->fRegion->setPath(devPath, base);
872 rgn.setPath(devPath, base);