Searched refs:widthEven (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkMipMap.cpp280 const int widthEven = width & ~1; local
289 for (int x = 0; x < widthEven; x++) {
295 proc_check(dstPtr, widthEven, y, srcPtr, srcBM);

Completed in 127 milliseconds