Home
last modified time | relevance | path

Searched refs:yAxisPitch (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp311 int yAxisPitch = 0; in PackPixels() local
327 yAxisPitch = -inputPitchIn; in PackPixels()
331 yAxisPitch = inputPitchIn; in PackPixels()
341 yAxisPitch = sourceFormat.pixelBytes; in PackPixels()
352 yAxisPitch = inputPitchIn; in PackPixels()
363 yAxisPitch = -static_cast<int>(sourceFormat.pixelBytes); in PackPixels()
396 const uint8_t *src = source + y * yAxisPitch + x * xAxisPitch; in PackPixels()
423 const uint8_t *src = source + y * yAxisPitch + x * xAxisPitch; in PackPixels()

Completed in 3 milliseconds