Searched refs:numSubpixel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c474 rep.numSubpixel = 0;
480 (rep.numSubpixel < ((INT_MAX / 4) / 4)) &&
488 (rep.numSubpixel * 4));
597 for (ns = 0; ns < rep.numSubpixel; ns++)
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h225 CARD32 numSubpixel; /* Version 0.6 */ member in struct:__anonb7d133211308
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c350 int numSubpixel; local in function:ProcRenderQueryPictFormats
384 numSubpixel = 0;
386 numSubpixel = numScreens;
393 numSubpixel * sizeof (CARD32));
404 reply->numSubpixel = numSubpixel;
505 for (s = 0; s < numSubpixel; s++)
528 swapl (&reply->numSubpixel, n);
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c327 int numSubpixel; local in function:ProcRenderQueryPictFormats
360 numSubpixel = 0;
362 numSubpixel = numScreens;
368 nvisual * sizeof(xPictVisual) + numSubpixel * sizeof(CARD32));
379 reply->numSubpixel = numSubpixel;
469 for (s = 0; s < numSubpixel; s++) {
489 swapl(&reply->numSubpixel);

Completed in 11 milliseconds