Home
last modified time | relevance | path

Searched defs:GetRValue (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawingdi.pas2588 function GetRValue(rgb: COLORREF): BYTE; in GetRValue() function
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/prtview/
H A Dstdafx.h56 #define GetRValue(rgb) ((guint8)(rgb)) macro
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DMacro.h21 #define GetRValue(rgb) ((unsigned char) (rgb)) macro
/dports/games/netradiant/netradiant-20150621-src/contrib/prtview/
H A Dportals.h62 #define GetRValue( rgb ) ( (guint8)( rgb ) ) macro
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dutils.rkt109 (define (GetRValue v) (bitwise-and v #xFF)) function
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dplfreetype.h43 #define GetRValue( rgb ) ( (unsigned char) ( rgb ) ) macro
/dports/math/plplot/plplot-5.15.0/include/
H A Dplfreetype.h43 #define GetRValue( rgb ) ( (unsigned char) ( rgb ) ) macro
/dports/devel/upp/upp/uppsrc/Core/
H A DColor.h33 inline int GetRValue(dword c) { return (byte)(c >> 0); } in GetRValue() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Dmfutils.h19 #define GetRValue(rgb) ((unsigned char)(rgb)) macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h20 #define GetRValue(rgb) ((unsigned char)(rgb)) macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h20 #define GetRValue(rgb) ((unsigned char)(rgb)) macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h20 #define GetRValue(rgb) ((unsigned char)(rgb)) macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h20 #define GetRValue(rgb) ((unsigned char)(rgb)) macro
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximadefs.h147 #define GetRValue(rgb) ((BYTE)(rgb)) macro
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPhInstance.c414 #define GetRValue(rgb) (UCHAR(((rgb) & red_mask) >> red_shift)) macro
H A DtkCanvPs.c1183 #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) macro
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPhInstance.c421 #define GetRValue(rgb) (UCHAR(((rgb) & red_mask) >> red_shift)) macro
H A DtkCanvPs.c1182 #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) macro
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkCanvPs.c1107 #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) macro
H A DtkImgPhoto.c2573 #define GetRValue(rgb) (UCHAR(((rgb) & red_mask) >> red_shift)) macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgPhoto.c2522 #define GetRValue(rgb) (UCHAR((rgb & red_mask) >> red_shift)) macro
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Ddefs.h1980 #define GetRValue(rgb) ((BYTE)(rgb)) macro
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.h243 #define GetRValue(rgb) ((uchar)(rgb)) macro
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.h246 #define GetRValue(rgb) ((uchar)(rgb)) macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dpgtkterm.c6864 #define GetRValue(p) (((p) >> 16) & 0xff) in pgtk_query_colors() macro

12345678