Searched refs:sourceElement (Results 1 – 1 of 1) sorted by relevance
1951 unsigned char *sourceElement = sourceRow; in genericUpdate() local1956 Color<float> color = source.read(sourceElement); in genericUpdate()1959 sourceElement += source.bytes; in genericUpdate()1992 unsigned char *sourceElement = sourceRow; in decodeR8G8B8() local1997 unsigned int b = sourceElement[0]; in decodeR8G8B8()1998 unsigned int g = sourceElement[1]; in decodeR8G8B8()1999 unsigned int r = sourceElement[2]; in decodeR8G8B8()2003 sourceElement += source.bytes; in decodeR8G8B8()2035 unsigned char *sourceElement = sourceRow; in decodeX1R5G5B5() local2040 unsigned int xrgb = *(unsigned short*)sourceElement; in decodeX1R5G5B5()[all …]