Searched refs:nFontProps (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86bigfproto.h70 CARD16 nFontProps; member in struct:__anonde9bc7850208
81 /* followed by nFontProps xFontProp structures */
H A Dlbxproto.h436 CARD16 nFontProps; /* followed by this many xFontProp structures */ member in struct:__anoncbe98d270e08
/xsrc/external/mit/libX11/dist/src/
H A DFontInfo.c138 fs->n_properties = reply.nFontProps;
141 /* nFontProps is a CARD16 */
142 nbytes = reply.nFontProps * SIZEOF(xFontProp);
144 fs->properties = Xmallocarray (reply.nFontProps,
H A DFont.c241 fs->n_properties = reply.nFontProps;
248 /* nFontProps is a CARD16 */
249 nbytes = reply.nFontProps * SIZEOF(xFontProp);
251 fs->properties = Xmallocarray (reply.nFontProps,
485 fs->n_properties = reply.nFontProps;
492 /* nFontProps is a CARD16 */
493 nbytes = reply.nFontProps * SIZEOF(xFontProp);
495 fs->properties = Xmallocarray (reply.nFontProps,
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c577 reply->nFontProps = pFont->info.nprops;
597 swaps(&reply->nFontProps, tmp);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c563 reply->nFontProps = pFont->info.nprops;
582 swaps(&reply->nFontProps);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h648 CARD16 nFontProps; /* followed by this many xFontProp structures */
693 CARD16 nFontProps; /* followed by this many xFontProp structures */
646 CARD16 nFontProps; /* followed by this many xFontProp structures */ member in struct:_xQueryFontReply
691 CARD16 nFontProps; /* followed by this many xFontProp structures */ member in struct:__anone2852e7a2008
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c533 pReply->nFontProps = pFont->info.nprops;
1049 reply->nFontProps = pFontInfo->nprops;
H A Dswaprep.c409 swaps(&pr->nFontProps, n);
429 nprops = pr->nFontProps;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c521 pReply->nFontProps = pFont->info.nprops;
995 reply->nFontProps = pFontInfo->nprops;
H A Dswaprep.c367 swaps(&pr->nFontProps);
386 nprops = pr->nFontProps;

Completed in 24 milliseconds