Home | History | Annotate | Download | only in x11

Lines Matching defs:np

765         int j, np;
794 pf = XListPixmapFormats(SDL_Display, &np);
797 for(j = 0; j < np; j++)
800 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;