Home | History | Annotate | Download | only in core

Lines Matching full:blitter

48     /** If the blitter just sets a single value for each pixel, return the
55 * Special method just to identify the null blitter, which is returned
68 Return the correct blitter to use given the specified context.
91 /** This blitter silently never draws anything.
105 /** Wraps another (real) blitter, and ensures that the real blitter is only
111 void init(SkBlitter* blitter, const SkIRect& clipRect) {
113 fBlitter = blitter;
132 /** Wraps another (real) blitter, and ensures that the real blitter is only
138 void init(SkBlitter* blitter, const SkRegion* clipRgn) {
140 fBlitter = blitter;
159 /** Factory to set up the appropriate most-efficient wrapper blitter
165 SkBlitter* apply(SkBlitter* blitter, const SkRegion* clip,