Home | History | Annotate | Download | only in core

Lines Matching defs:blitV

1276        Must evaluate clips in scan-line order, so don't want to allow blitV(),
1282 void blitV(int x, int y, int height, SkAlpha alpha) override {
2018 void SkAAClipBlitter::blitV(int x, int y, int height, SkAlpha alpha) {
2020 fBlitter->blitV(x, y, height, alpha);
2036 fBlitter->blitV(x, y, dy, newAlpha);