Searched refs:rowOffset (Results 1 – 7 of 7) sorted by relevance
105 uint32_t rowOffset = row * rowStride; in SavePNGRGB() local106 png_write_row(writeStruct, &data[rowOffset]); in SavePNGRGB()
80 const uint32_t rowOffset = layout.texelBlocksPerRow * y; in GetTextureData() local87 textureData[sliceOffset + rowOffset + x] = RGBA8( in GetTextureData()95 textureData[sliceOffset + rowOffset + x] = RGBA8( in GetTextureData()102 textureData[sliceOffset + rowOffset + x] = in GetTextureData()114 textureData[sliceOffset + rowOffset + x] = in GetTextureData()
139 const int64 rowOffset = SafeInt64Mult(fRowStep, variable146 SafeInt64Add(SafeInt64Add(rowOffset, colOffset), planeOffset));
404 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer() local407 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer() local409 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
1466 int rowOffset = packPixelsParams.reverseRowOrder ? -1 : 1;1473 ++i, r += rowOffset, pixels += packPixelsRowParams.outputPitch)
2584 UINT_64 rowOffset = static_cast<UINT_64>(y) * pitch; in ComputeSurfaceAddrFromCoordLinear() local2587 UINT_64 addr = (sliceOffset + rowOffset + pixOffset) * bpp; in ComputeSurfaceAddrFromCoordLinear()