Home | History | Annotate | Download | only in core

Lines Matching refs:getBlitter

94     SkBlitter* getBlitter() const { return fBlitter; }
118 call_hline_blitter(this->getBlitter(), x, y, 1, ma);
124 call_hline_blitter(this->getBlitter(), x, y - 1, 1, ma);
141 call_hline_blitter(this->getBlitter(), x, y, count, a);
147 call_hline_blitter(this->getBlitter(), x, y - 1, count, a);
164 SkBlitter* blitter = this->getBlitter();
199 SkBlitter* blitter = this->getBlitter();
236 this->getBlitter()->blitV(x, y, 1, ma);
240 this->getBlitter()->blitV(x - 1, y, 1, ma);
255 this->getBlitter()->blitV(x, y, stopy - y, a);
259 this->getBlitter()->blitV(x - 1, y, stopy - y, a);
283 this->getBlitter()->blitAntiH(x - 1, y, aa, runs);
309 this->getBlitter()->blitAntiH(x - 1, y, aa, runs);
822 blitter = wrapper.getBlitter();
824 AntiFillXRect(xr, &wrapper.getRgn(), wrapper.getBlitter());
883 AntiFillRect(r, &wrap.getRgn(), wrap.getBlitter());
1052 AntiFrameRect(r, strokeSize, &wrap.getRgn(), wrap.getBlitter());