Searched refs:xFontProp (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c555 + nfontprops * sizeof(xFontProp)
608 xFontProp* prFP;
610 for (i = 0, pFP = pFont->info.props, prFP = (xFontProp *) p;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c538 + nfontprops * sizeof(xFontProp)
593 xFontProp *prFP;
596 for (i = 0, pFP = pFont->info.props, prFP = (xFontProp *) p;
/xsrc/external/mit/libX11/dist/src/
H A DFontInfo.c142 nbytes = reply.nFontProps * SIZEOF(xFontProp);
H A DFont.c249 nbytes = reply.nFontProps * SIZEOF(xFontProp);
493 nbytes = reply.nFontProps * SIZEOF(xFontProp);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c511 xFontProp *prFP;
536 for (i = 0, pFP = pFont->info.props, prFP = (xFontProp *) (&pReply[1]);
886 xFontProp *pFP;
1018 length = sizeof(*reply) + pFontInfo->nprops * sizeof(xFontProp);
1040 pFontInfo->nprops * sizeof(xFontProp) +
1057 pFP = (xFontProp *) (reply + 1);
H A Ddispatch.c1263 FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) +
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c499 xFontProp *prFP;
524 for (i = 0, pFP = pFont->info.props, prFP = (xFontProp *) (&pReply[1]);
854 xFontProp *pFP;
967 length = sizeof(*reply) + pFontInfo->nprops * sizeof(xFontProp);
987 pFontInfo->nprops * sizeof(xFontProp) + namelen);
1003 pFP = (xFontProp *) (reply + 1);
H A Ddispatch.c1367 FONTINFONPROPS(FONTCHARSET(pFont)) * sizeof(xFontProp) +
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c1238 /* XXX why is it xFontProp ? */
1239 length = sizeof(*reply) + pFontInfo->nprops * sizeof(xFontProp);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h391 } xFontProp;
648 CARD16 nFontProps; /* followed by this many xFontProp structures */
693 CARD16 nFontProps; /* followed by this many xFontProp structures */
390 } xFontProp; typedef in typeref:struct:__anone2852e7a0b08

Completed in 26 milliseconds