Home
last modified time | relevance | path

Searched refs:totalRowBytes (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp329 unsigned int totalRowBytes = validRowBytes; in flipVertically() local
332 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() local
952 totalRowBytes += (unpackAlignment - remainder); in computeIncrementParameters()
955 if (validRowBytes == totalRowBytes) in computeIncrementParameters()
958 *sourceElementsPerRow = totalRowBytes / elementSizeInBytes; in computeIncrementParameters()