Searched refs:fsPropOffset (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSQXInfo.c76 fsPropOffset local_po;
111 _FSReadPad(svr, (char *) &local_po, SIZEOF(fsPropOffset));
H A DFSFontInfo.c77 fsPropOffset local_po;
196 _FSReadPad(svr, (char *) &local_po, SIZEOF(fsPropOffset));
266 _FSEatData(svr, (SIZEOF(fsPropOffset) * ti.num_offsets));
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd,
184 fsPropInfo *pi, fsPropOffset *po,
H A Dfsconvert.c89 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd,
96 fsPropOffset local_off;
120 memcpy(&local_off, off_adr, SIZEOF(fsPropOffset));
148 off_adr += SIZEOF(fsPropOffset);
168 fsPropInfo *pi, fsPropOffset *po, pointer pd)
H A Dfserve.c860 fsPropOffset *po;
913 if ((bufleft / SIZEOF(fsPropOffset)) < pi->num_offsets)
918 "fsQueryXInfo: bufleft (%ld) / SIZEOF(fsPropOffset) < %u\n",
923 po = (fsPropOffset *) buf;
924 buf += pi->num_offsets * SIZEOF(fsPropOffset);
925 bufleft -= pi->num_offsets * SIZEOF(fsPropOffset);
2497 fsPropOffset *po;
2566 po = (fsPropOffset *) buf;
2567 if (pi->num_offsets > (bufleft / SIZEOF (fsPropOffset))) {
2571 (unsigned) pi->num_offsets, (int) SIZEOF (fsPropOffset), buflef
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd,
184 fsPropInfo *pi, fsPropOffset *po,
H A Dfsconvert.c91 _fs_convert_props(fsPropInfo *pi, fsPropOffset *po, pointer pd,
98 fsPropOffset local_off;
122 memcpy(&local_off, off_adr, SIZEOF(fsPropOffset));
150 off_adr += SIZEOF(fsPropOffset);
170 fsPropInfo *pi, fsPropOffset *po, pointer pd)
H A Dfserve.c862 fsPropOffset *po;
915 if ((bufleft / SIZEOF(fsPropOffset)) < pi->num_offsets)
920 "fsQueryXInfo: bufleft (%ld) / SIZEOF(fsPropOffset) < %u\n",
925 po = (fsPropOffset *) buf;
926 buf += pi->num_offsets * SIZEOF(fsPropOffset);
927 bufleft -= pi->num_offsets * SIZEOF(fsPropOffset);
2469 fsPropOffset *po;
2538 po = (fsPropOffset *) buf;
2539 if (pi->num_offsets > (bufleft / SIZEOF (fsPropOffset))) {
2543 (unsigned) pi->num_offsets, (int) SIZEOF (fsPropOffset), buflef
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c88 fsPropOffset local_offset;
105 + SIZEOF(fsPropOffset) * pinfo->nprops
109 string_base = (char *)ptr + SIZEOF(fsPropInfo) + SIZEOF(fsPropOffset) * pinfo->nprops;
142 memmove( off_ptr, &local_offset, SIZEOF(fsPropOffset));
143 off_ptr = (char *)off_ptr + SIZEOF(fsPropOffset);
H A Dswaprep.c497 po += SIZEOF(fsPropOffset);
H A Ddispatch.c910 prop_info->num_offsets * SIZEOF(fsPropOffset) +
H A Dfonts.c1260 prop_info->num_offsets * SIZEOF(fsPropOffset) +
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h174 } fsPropOffset; typedef in typeref:struct:__anond2353fb40608

Completed in 19 milliseconds