Searched refs:destinationElement (Results 1 – 2 of 2) sorted by relevance
1969 unsigned char *destinationElement = destinationRow; in genericUpdate() local1974 destination.write(destinationElement, color); in genericUpdate()1977 destinationElement += destination.bytes; in genericUpdate()2010 unsigned char *destinationElement = destinationRow; in decodeR8G8B8() local2018 *(unsigned int*)destinationElement = 0xFF000000 | (r << 16) | (g << 8) | (b << 0); in decodeR8G8B8()2021 destinationElement += destination.bytes; in decodeR8G8B8()2053 unsigned char *destinationElement = destinationRow; in decodeX1R5G5B5() local2063 *(unsigned int*)destinationElement = 0xFF000000 | r | g | b; in decodeX1R5G5B5()2066 destinationElement += destination.bytes; in decodeX1R5G5B5()2098 unsigned char *destinationElement = destinationRow; in decodeA1R5G5B5() local[all …]
1505 unsigned char *destinationElement = destinationRow; in genericUpdate() local1510 destination.write(destinationElement, color); in genericUpdate()1513 destinationElement += destination.bytes; in genericUpdate()