Searched refs:RGBA (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/shared/
H A DColorQuantizer.h41 } RGBA; typedef in namespace:BPrivate
53 void GetColorTable(RGBA* table) const;
68 void _GetPaletteColors(Node* node, RGBA* table,
83 using BPrivate::RGBA;
/haiku/src/kits/shared/
H A DColorQuantizer.cpp110 BColorQuantizer::GetColorTable(RGBA* table) const
115 RGBA tmpPalette[16];
139 memcpy(table, tmpPalette, fLeafCount * sizeof(RGBA));
258 BColorQuantizer::_GetPaletteColors(Node* node, RGBA* table, uint32* _index,
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp256 nearest_color(unsigned char* color, RGBA palette[256])
284 RGBA palette[256];
/haiku/src/libs/glut/
H A Dglutint.h149 #define RGBA 0 macro
217 an RGBA luminance fbconfig such as 16-bit StaticGray that could
221 fbconfigs that can provide RGBA luminance support. */
339 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
454 GLUTcolormap *colormap; /* colormap; NULL if RGBA */

Completed in 52 milliseconds