Home | History | Annotate | Download | only in core

Lines Matching defs:blitV

1202        Must evaluate clips in scan-line order, so don't want to allow blitV(),
1208 virtual void blitV(int x, int y, int height, SkAlpha alpha) SK_OVERRIDE {
1927 void SkAAClipBlitter::blitV(int x, int y, int height, SkAlpha alpha) {
1929 fBlitter->blitV(x, y, height, alpha);
1945 fBlitter->blitV(x, y, dy, newAlpha);