HomeSort by: relevance | last modified time | path
    Searched defs:pixel_count (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_accel.c 489 unsigned int pixel_count = 0; /* the actual # of pixels to be written */ local
519 pixel_count = w - 1;
525 write_data = pixel_count;
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 1676 unsigned char_count, pixel_count; local
1750 pixel_count = 0U;
1767 pixel_count++;
1771 if (pixel_count < 1U) {
  /src/sys/dev/stbi/
stb_image.c 2843 uint32 i, pixel_count = s->img_x * s->img_y; local
2851 for (i=0; i < pixel_count; ++i) {
2856 for (i=0; i < pixel_count; ++i) {
2867 uint32 i, pixel_count = a->s.img_x * a->s.img_y; local
2870 p = MALLOC(pixel_count * pal_img_n);
2877 for (i=0; i < pixel_count; ++i) {
2885 for (i=0; i < pixel_count; ++i) {
2917 uint32 i, pixel_count = s->img_x * s->img_y; local
2921 for (i=0; i < pixel_count; ++i) {
2931 for (i=0; i < pixel_count; ++i)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 4092 static struct pixel_count { struct

Completed in 211 milliseconds