Home
last modified time | relevance | path

Searched refs:COLORSPACENAME (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp53 #define COLORSPACENAME(id) {id, #id} macro
107 COLORSPACENAME(B_NO_COLOR_SPACE), in PrintBitsInfo()
108 COLORSPACENAME(B_RGB32), in PrintBitsInfo()
109 COLORSPACENAME(B_RGBA32), in PrintBitsInfo()
110 COLORSPACENAME(B_RGB24), in PrintBitsInfo()
111 COLORSPACENAME(B_RGB16), in PrintBitsInfo()
112 COLORSPACENAME(B_RGB15), in PrintBitsInfo()
113 COLORSPACENAME(B_RGBA15), in PrintBitsInfo()
114 COLORSPACENAME(B_CMAP8), in PrintBitsInfo()
115 COLORSPACENAME(B_GRAY8), in PrintBitsInfo()
[all …]
/haiku/src/tools/translation/inspector/
H A DImageView.cpp253 #define COLORSPACENAME(id) {id, #id} macro
263 COLORSPACENAME(B_NO_COLOR_SPACE), in get_color_space_name()
264 COLORSPACENAME(B_RGB32), in get_color_space_name()
265 COLORSPACENAME(B_RGBA32), in get_color_space_name()
266 COLORSPACENAME(B_RGB24), in get_color_space_name()
267 COLORSPACENAME(B_RGB16), in get_color_space_name()
268 COLORSPACENAME(B_RGB15), in get_color_space_name()
269 COLORSPACENAME(B_RGBA15), in get_color_space_name()
270 COLORSPACENAME(B_CMAP8), in get_color_space_name()
271 COLORSPACENAME(B_GRAY8), in get_color_space_name()
[all …]