Searched refs:grayMask (Results 1 - 1 of 1) sorted by last modified time

/external/skia/src/core/
H A DSkAAClip.cpp2170 SkMask grayMask; local
2171 grayMask.fImage = NULL;
2173 grayMask.fFormat = SkMask::kA8_Format;
2174 grayMask.fBounds = origMask.fBounds;
2175 grayMask.fRowBytes = origMask.fBounds.width();
2176 size_t size = grayMask.computeImageSize();
2177 grayMask.fImage = (uint8_t*)fGrayMaskScratch.reset(size,
2180 upscaleBW2A8(&grayMask, origMask);
2181 mask = &grayMask;

Completed in 52 milliseconds