Searched defs:rowBytes (Results 1 – 6 of 6) sorted by relevance
98 int rowBytes = width * 4; variable146 int rowBytes = width * 4; variable187 int rowBytes = width * 4; variable225 int rowBytes = width * 4; variable262 int rowBytes = width * 4; variable324 int rowBytes = width * 4; variable489 uint32_t rowBytes = width * height * 4; variable
739 int rowBytes = width * height * 4; variable755 int rowBytes = 600 * 600 * 4; variable796 int rowBytes = width * height * 4; variable952 int rowBytes = width * height * 4; variable966 int rowBytes = 600 * 600 * 4; variable1017 int rowBytes = 600 * 600 * 4; variable1074 int rowBytes = width * height * 4; variable1282 int rowBytes = 600 * 600 * 4; variable
2007 const uint32_t rowBytes = width * bytesPerPixel + padding; variable2042 const uint32_t rowBytes = width * bytesPerPixel + padding; variable2079 const uint32_t rowBytes = width * bytesPerPixel + padding; variable
124 uint32_t rowBytes = width * height * 4; variable
140 uint32_t rowBytes = width * height * 4; variable
227 int32_t rowBytes = NUM_0; in GetBytesNumberPerRow() local