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

/haiku/src/libs/print/libprint/
H A DValidRect.cpp205 int pixel_depth; local
209 pixel_depth = 1;
213 pixel_depth = 8;
217 pixel_depth = 16;
221 pixel_depth = 32;
224 pixel_depth = 0;
227 return pixel_depth;
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp415 if (pixel_depth == 32)
417 else if (pixel_depth == 16)
434 if (pixel_depth == 32)
436 else if (pixel_depth == 16)
460 // set the pixel_depth and the pixel data, from the color_space.
464 pixel_depth = 32;
471 pixel_depth = 16;
477 pixel_depth = 16;
482 pixel_depth = 8;
487 pixel_depth
[all...]
H A DStarWindow.h95 int32 pixel_depth; member in class:StarWindow
97 // base pointer of the screen, one per pixel_depth
102 // pixel data, one per pixel_depth (for the same pixel_depth,
/haiku/src/tools/translation/pnginfo/
H A Dpnginfo.cpp146 printf("pixel depth (bits/pixel): %d\n", pinfo->pixel_depth);

Completed in 47 milliseconds