Home | History | Annotate | Download | only in core

Lines Matching refs:xr

551 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) {
552 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop),
553 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom),
559 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip,
562 antifillrect(xr, blitter);
565 XRect_roundOut(xr, &outerBounds);
571 antifillrect(xr, blitter);
576 if (tmpR.intersect(xr)) {
589 if (tmpR.intersect(xr)) {
598 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRasterClip& clip,
601 AntiFillXRect(xr, &clip.bwRgn(), blitter);
604 XRect_roundOut(xr, &outerBounds);
607 AntiFillXRect(xr, NULL, blitter);
612 AntiFillXRect(xr, &wrapper.getRgn(), wrapper.getBlitter());
624 SkXRect xr;
626 XRect_set(&xr, r);
627 antifillrect(xr, blitter);