Searched refs:pixelChunk (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/build/libbe/interface/
H A DGraphicsDefs.cpp53 get_pixel_size_for(color_space space, size_t *pixelChunk, size_t *rowAlignment, size_t *pixelsPerChunk) argument
124 if (pixelChunk != NULL)
125 *pixelChunk = bytesPerPixel;
/haiku-fatelf/src/kits/interface/
H A DGraphicsDefs.cpp40 get_pixel_size_for(color_space space, size_t *pixelChunk, size_t *rowAlignment, argument
112 if (pixelChunk != NULL)
113 *pixelChunk = bytesPerPixel;
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.h49 status_t dp_get_pixel_size_for(color_space space, size_t *pixelChunk,
H A Ddisplayport.cpp343 size_t pixelChunk; local
346 &pixelChunk, NULL, &pixelsPerChunk);
353 uint32 bitsPerPixel = (pixelChunk / pixelsPerChunk) * 8;
383 size_t pixelChunk; local
386 &pixelChunk, NULL, &pixelsPerChunk);
393 uint32 bitsPerPixel = (pixelChunk / pixelsPerChunk) * 8;
939 dp_get_pixel_size_for(color_space space, size_t *pixelChunk, argument
942 status_t result = get_pixel_size_for(space, pixelChunk, NULL,
947 *pixelChunk = 3;
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp293 size_t pixelChunk; local
295 if (get_pixel_size_for(bitmap1->ColorSpace(), &pixelChunk, &rowAlignment,
304 int32 bpp = (int32)pixelChunk;

Completed in 100 milliseconds