Searched defs:currDestPtr (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkDistanceFieldGen.cpp476 unsigned char* currDestPtr = copyPtr + width + 2; local
478 *currDestPtr++ = 0;
479 memcpy(currDestPtr, currSrcScanLine, rowBytes);
481 currDestPtr += width;
482 *currDestPtr++ = 0;
484 sk_bzero(currDestPtr, (width+2)*sizeof(char));
504 unsigned char* currDestPtr = copyPtr + width + 2; local
506 *currDestPtr++ = 0;
512 *currDestPtr++ = (mask & (1 << i)) ? 0xff : 0;
516 *currDestPtr
[all...]

Completed in 40 milliseconds