Home | History | Annotate | Download | only in goldfish

Lines Matching defs:bytes_per_pixel

54     int      bytes_per_pixel;
171 printf(" bytes/pixel: %d\n", pf->bytes_per_pixel);
183 s->bytes_per_pixel = pf->bytes_per_pixel;
188 pf->bytes_per_pixel == fbc->bytes &&
201 pf->bytes_per_pixel,
212 return s->bytes_per_pixel;
244 int bytes_per_pixel;
316 switch (fbs->bytes_per_pixel) {
496 fbs.bytes_per_pixel = goldfish_fb_get_bytes_per_pixel(s);
499 fbs.src_pitch = width*s->ds->surface->pf.bytes_per_pixel;
667 /* IMPORTANT: DO NOT COMPUTE s->pixel_format and s->bytes_per_pixel
670 s->bytes_per_pixel = 0;