Searched refs:sourceRow (Results 1 – 2 of 2) sorted by relevance
1957 unsigned char *sourceRow = sourceSlice; in genericUpdate() local1964 memcpy(destinationRow, sourceRow, rowBytes); in genericUpdate()1968 unsigned char *sourceElement = sourceRow; in genericUpdate()1981 sourceRow += source.pitchB; in genericUpdate()2004 unsigned char *sourceRow = sourceSlice; in decodeR8G8B8() local2009 unsigned char *sourceElement = sourceRow; in decodeR8G8B8()2024 sourceRow += source.pitchB; in decodeR8G8B8()2047 unsigned char *sourceRow = sourceSlice; in decodeX1R5G5B5() local2052 unsigned char *sourceElement = sourceRow; in decodeX1R5G5B5()2069 sourceRow += source.pitchB; in decodeX1R5G5B5()[all …]
1493 unsigned char *sourceRow = sourceSlice; in genericUpdate() local1500 memcpy(destinationRow, sourceRow, rowBytes); in genericUpdate()1504 unsigned char *sourceElement = sourceRow; in genericUpdate()1517 sourceRow += source.pitchB; in genericUpdate()