Home | History | Annotate | Download | only in core

Lines Matching refs:blitter

51     /** If the blitter just sets a single value for each pixel, return the
58 * Special method just to identify the null blitter, which is returned
77 Return the correct blitter to use given the specified context.
95 /** This blitter silently never draws anything.
109 /** Wraps another (real) blitter, and ensures that the real blitter is only
115 void init(SkBlitter* blitter, const SkIRect& clipRect) {
117 fBlitter = blitter;
136 /** Wraps another (real) blitter, and ensures that the real blitter is only
142 void init(SkBlitter* blitter, const SkRegion* clipRgn) {
144 fBlitter = blitter;
163 /** Factory to set up the appropriate most-efficient wrapper blitter
169 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,