Searched refs:totalRowBytes (Results 1 – 1 of 1) sorted by relevance
329 unsigned int totalRowBytes = validRowBytes; in flipVertically() local332 totalRowBytes += (unpackAlignment - remainder); in flipVertically()336 uint8_t* lowRow = data + (totalRowBytes * i); in flipVertically()337 uint8_t* highRow = data + (totalRowBytes * (height - i - 1)); in flipVertically()948 unsigned int totalRowBytes = validRowBytes; in computeIncrementParameters() local952 totalRowBytes += (unpackAlignment - remainder); in computeIncrementParameters()955 if (validRowBytes == totalRowBytes) in computeIncrementParameters()958 *sourceElementsPerRow = totalRowBytes / elementSizeInBytes; in computeIncrementParameters()