Home
last modified time | relevance | path

Searched refs:curAlphaColumn (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkTextureCompressor_Blitter.h514 Column curAlphaColumn; in flushRuns() local
515 sk_bzero(curAlphaColumn, sizeof(curAlphaColumn)); in flushRuns()
517 SkAlpha *curAlpha = reinterpret_cast<SkAlpha*>(&curAlphaColumn); in flushRuns()
556 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
571 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
588 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
625 memset(curAlphaColumn, 0, sizeof(curAlphaColumn)); in flushRuns()
626 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()