Home | History | Annotate | Download | only in core

Lines Matching full:origmask

2104 void SkAAClipBlitter::blitMask(const SkMask& origMask, const SkIRect& clip) {
2108 fBlitter->blitMask(origMask, clip);
2112 const SkMask* mask = &origMask;
2117 if (SkMask::kBW_Format == origMask.fFormat) {
2119 grayMask.fBounds = origMask.fBounds;
2120 grayMask.fRowBytes = origMask.fBounds.width();
2125 upscaleBW2A8(&grayMask, origMask);