Home | History | Annotate | Download | only in core

Lines Matching refs:clipRegion

362         matrix, clipRegion() assumes its argument is already in device
368 virtual bool clipRegion(const SkRegion& deviceRgn,
371 /** Helper for clipRegion(rgn, kReplace_Op). Sets the current clip to the
378 return this->clipRegion(deviceRgn, SkRegion::kReplace_Op);