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

  /xsrc/external/mit/libXft/dist/src/
xftdraw.c 105 int nformats; local
109 (formats = XListPixmapFormats (draw->dpy, &nformats)))
113 for (i = 0; i < nformats; i++)
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.c 85 for (n = 0; n < ps->nformats; n++)
109 int nformats = ps->nformats; local
111 while (nformats--)
166 int nformats, f; local
179 nformats = 0;
181 formats[nformats].format = PICT_a1;
182 formats[nformats].depth = 1;
183 nformats++;
184 formats[nformats].format = PICT_FORMAT(BitsPerPixel(8)
    [all...]
picturestr.h 338 int nformats; member in struct:_PictureScreen
457 PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
  /xsrc/external/mit/xorg-server/dist/render/
picture.c 95 for (n = 0; n < ps->nformats; n++)
118 int nformats = ps->nformats; local
120 while (nformats--) {
169 int nformats = 0, f; local
182 nformats = 0;
184 formats[nformats].format = PICT_a1;
185 formats[nformats].depth = 1;
186 nformats++;
187 formats[nformats].format = PICT_FORMAT(BitsPerPixel(8)
    [all...]
picturestr.h 286 int nformats; member in struct:_PictureScreen
394 PictureInit(ScreenPtr pScreen, PictFormatPtr formats, int nformats);
  /xsrc/external/mit/libX11/dist/include/X11/
Xlibint.h 92 int nformats; /* number of pixmap formats in list */ member in struct:_XDisplay
Xlib.h 512 int nformats; /* number of pixmap formats in list */ member in struct:_XDisplay

Completed in 16 milliseconds