Searched refs:bytesPerPixel (Results 1 – 10 of 10) sorted by relevance
55 + unsigned bytesPerPixel;63 - switch( p_gdi->bytesPerPixel )71 + bytesPerPixel = 16;76 + bytesPerPixel = 24;81 + bytesPerPixel = 32;89 - p_sys->i_framebuffersize = p_gdi->width * p_gdi->height * p_gdi->bytesPerPixel;90 + p_sys->i_framebuffersize = p_gdi->width * p_gdi->height * bytesPerPixel;
103 int bytesPerPixel; /* only set when notPower2 is TRUE */ member113 (((int)(w) * PixmapWidthPaddingInfo[d].bytesPerPixel + \114 PixmapWidthPaddingInfo[d].bytesPerPixel) >> \
91 int bytesPerPixel; member702 shared->bytesPerPixel = 4; in DRICreatePixmap()705 shared->bytesPerPixel = 2; in DRICreatePixmap()726 shared->length = shared->width * shared->height * shared->bytesPerPixel; in DRICreatePixmap()779 *bpp = shared->bytesPerPixel; in DRIGetPixmapData()780 *pitch = shared->width * shared->bytesPerPixel; in DRIGetPixmapData()
648 int bytesPerPixel; /* Bytes per pixel */ in gbefb_set_par() local653 bytesPerPixel = info->var.bits_per_pixel / 8; in gbefb_set_par()654 info->fix.line_length = info->var.xres_virtual * bytesPerPixel; in gbefb_set_par()666 switch (bytesPerPixel) { in gbefb_set_par()762 maxPixelsPerTileX = 512 / bytesPerPixel; in gbefb_set_par()771 switch (bytesPerPixel) { in gbefb_set_par()
73 uint32_t bytesPerPixel(int format);
99 uint32_t bytesPerPixel(int format) { in bytesPerPixel() function
138 int bytesPerPixel; member
722 pScreenPriv->bytesPerPixel = screen->fb.bitsPerPixel >> 3; in KdScreenInit()
244 int bytesPerPixel = drawable->bitsPerPixel >> 3; in GetDrawableBytes() local246 bytes = numberOfPixels * bytesPerPixel; in GetDrawableBytes()
3874 PixmapWidthPaddingInfo[depth].bytesPerPixel = in init_screen()