Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimage.cpp2579 unsigned char *dstBytePtr; in RotateHue() local
2589 dstBytePtr = srcBytePtr; in RotateHue()
2604 *dstBytePtr++ = rgb.red; in RotateHue()
2605 *dstBytePtr++ = rgb.green; in RotateHue()
2606 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp2579 unsigned char *dstBytePtr; in RotateHue() local
2589 dstBytePtr = srcBytePtr; in RotateHue()
2604 *dstBytePtr++ = rgb.red; in RotateHue()
2605 *dstBytePtr++ = rgb.green; in RotateHue()
2606 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp2579 unsigned char *dstBytePtr; in RotateHue() local
2589 dstBytePtr = srcBytePtr; in RotateHue()
2604 *dstBytePtr++ = rgb.red; in RotateHue()
2605 *dstBytePtr++ = rgb.green; in RotateHue()
2606 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimage.cpp2579 unsigned char *dstBytePtr; in RotateHue() local
2589 dstBytePtr = srcBytePtr; in RotateHue()
2604 *dstBytePtr++ = rgb.red; in RotateHue()
2605 *dstBytePtr++ = rgb.green; in RotateHue()
2606 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimage.cpp3343 unsigned char* dstBytePtr; in RotateHue() local
3345 dstBytePtr = srcBytePtr; in RotateHue()
3360 *dstBytePtr++ = rgb.red; in RotateHue()
3361 *dstBytePtr++ = rgb.green; in RotateHue()
3362 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimage.cpp3078 unsigned char *dstBytePtr; in RotateHue() local
3088 dstBytePtr = srcBytePtr; in RotateHue()
3103 *dstBytePtr++ = rgb.red; in RotateHue()
3104 *dstBytePtr++ = rgb.green; in RotateHue()
3105 *dstBytePtr++ = rgb.blue; in RotateHue()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimage.cpp3074 unsigned char *dstBytePtr; in RotateHue() local
3084 dstBytePtr = srcBytePtr; in RotateHue()
3099 *dstBytePtr++ = rgb.red; in RotateHue()
3100 *dstBytePtr++ = rgb.green; in RotateHue()
3101 *dstBytePtr++ = rgb.blue; in RotateHue()