Searched defs:rgb (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dxterm.el
H A Drxvt.el[all...]
H A Dtty-colors.el[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorWheel.js244 var rgb = WebInspector.Color.hsv2rgb(h, s, v); variable
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h218 struct bm34Cursor rgb; member in union:StdFBShmem_t::__anon1739
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DColor.h114 RGBA32 rgb() const { return m_color; } // Preserve the alpha. function in class:WebCore::Color
116 void setRGB(RGBA32 rgb) { m_color = rgb; m_valid = true; } argument
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c327 unsigned short rgb; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2bw.c53 compresscontig(unsigned char* out, unsigned char* rgb, uint32 n) argument
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb199 def TkWinfo.rgb(win, color) singleton method in class:TkWinfo
/macosx-10.10/vim-55/src/
H A Dos_riscos.c27 #define rgb(r,g,b) ((b<<24) + (g<<16) + (r<<8)) macro
[all...]
H A Dgui.c4559 long_u rgb = gui_mch_get_rgb(pixel); local
H A Dsyntax.c8642 long_u rgb; local
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIOMacOSTypes.h354 RGBColor rgb; /*true color*/ member in struct:ColorSpec
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_luv.c714 XYZtoRGB24(float xyz[3], uint8 rgb[3]) argument
955 uint8* rgb = (uint8*) op; local
1093 uint8* rgb = (uint8*) op; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c627 unsigned char rgb[3]; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgGIF.c742 unsigned char rgb[3]; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgGIF.c686 unsigned char rgb[3]; local
/macosx-10.10/emacs-93/emacs/src/
H A Dw32fns.c465 Lisp_Object rgb; variable
[all...]
H A Dxfaces.c1324 Lisp_Object rgb; local
H A Dimage.c5369 int rgb[3], i; local
/macosx-10.10/emacs-93/emacs/lisp/
H A Dps-print.el
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp6711 static inline bool fastParseColorInternal(RGBA32& rgb, const CharacterType* characters, unsigned length , bool strict) argument
6771 bool CSSParser::fastParseColor(RGBA32& rgb, const StringType& name, bool strict) argument
[all...]

Completed in 574 milliseconds