Home | History | Annotate | Download | only in core

Lines Matching refs:SkAlign4

1302     srcM.fRowBytes = SkAlign4(this->width());
1314 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
1449 memset(buffer.reserve(SkAlign4(deltaSize)), 0, deltaSize);