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

/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp170 const char *components = NULL; local
174 components = "BGR";
178 components = "BGR-";
182 components = "BGRA";
199 printf(B_TRANSLATE("pixel data (%s):\n"), components);
/haiku/src/system/boot/loader/net/
H A DIP.cpp275 int components = 0; local
278 while (components < 4) {
279 address |= strtol(string, NULL, 0) << ((4 - components - 1) * 8);
286 components++;
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py508 components = key.split(b'.' if binary_mode else '.') # type: ignore
510 for name in components:
/haiku/src/kits/interface/
H A DColorControl.cpp515 int components[4] = { color.alpha, color.red, color.green, color.blue }; local
518 BPoint center = _SelectorPosition(_RampFrame(i), components[i]);

Completed in 47 milliseconds