Searched refs:tmpRowBytes (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrContext.cpp | 321 size_t tmpRowBytes = 4 * width; in writeSurfacePixels() local 323 if (!sw_convert_to_premul(srcConfig, width, height, rowBytes, buffer, tmpRowBytes, in writeSurfacePixels() 327 rowBytes = tmpRowBytes; in writeSurfacePixels() 355 size_t tmpRowBytes = 4 * width; in writeSurfacePixels() local 357 if (!sw_convert_to_premul(srcConfig, width, height, rowBytes, buffer, tmpRowBytes, in writeSurfacePixels() 361 rowBytes = tmpRowBytes; in writeSurfacePixels()
|