Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp391 size_t tmpRowBytes = 4 * width; in writeSurfacePixels() local
393 if (!sw_convert_to_premul(srcConfig, width, height, rowBytes, buffer, tmpRowBytes, in writeSurfacePixels()
397 rowBytes = tmpRowBytes; in writeSurfacePixels()