Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalerContext.cpp95 const unsigned outputRowBytes = sizeof(uint32_t) * fWidth; in expandA8ToLCD() local
96 memset(output, 0, outputRowBytes); in expandA8ToLCD()
109 memset(output, 0, outputRowBytes); in expandA8ToLCD()