Searched refs:abgr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtiffio.h227 #define TIFFGetR(abgr) ((abgr) & 0xff)
228 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff)
229 #define TIFFGetB(abgr) (((abgr) >> 16) & 0xff)
230 #define TIFFGetA(abgr) (((abgr) >> 24) & 0xff)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c7456 uint32 abgr = row[x];
7457 int r = TIFFGetR (abgr) << 8;
7458 int g = TIFFGetG (abgr) << 8;
7459 int b = TIFFGetB (abgr) << 8;
7440 uint32 abgr = row[x]; local

Completed in 101 milliseconds