Searched defs:rowBytes (Results 1 – 4 of 4) sorted by relevance
118 int rowBytes = width * 4; variable166 int rowBytes = width * 4; variable207 int rowBytes = width * 4; variable245 int rowBytes = width * 4; variable282 int rowBytes = width * 4; variable344 int rowBytes = width * 4; variable516 uint32_t rowBytes = width * height * 4; variable
839 int rowBytes = width * height * 4; variable859 int rowBytes = 600 * 600 * 4; variable905 int rowBytes = width * height * 4; variable1061 int rowBytes = width * height * 4; variable1075 int rowBytes = 600 * 600 * 4; variable1129 int rowBytes = 600 * 600 * 4; variable1193 int rowBytes = width * height * 4; variable1401 int rowBytes = 600 * 600 * 4; variable
2426 const uint32_t rowBytes = width * bytesPerPixel + padding; variable2467 const uint32_t rowBytes = width * bytesPerPixel + padding; variable2512 const uint32_t rowBytes = width * bytesPerPixel + padding; variable
247 int32_t rowBytes = NUM_0; in GetBytesNumberPerRow() local