Searched refs:fsPropOffset (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSQXInfo.c | 76 fsPropOffset local_po; 111 _FSReadPad(svr, (char *) &local_po, SIZEOF(fsPropOffset));
|
| H A D | FSFontInfo.c | 77 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 D | fservestr.h | 180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd, 184 fsPropInfo *pi, fsPropOffset *po,
|
| H A D | fsconvert.c | 89 _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 D | fserve.c | 860 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 D | fservestr.h | 180 extern int _fs_convert_props ( fsPropInfo *pi, fsPropOffset *po, pointer pd, 184 fsPropInfo *pi, fsPropOffset *po,
|
| H A D | fsconvert.c | 91 _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 D | fserve.c | 862 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 D | fontinfo.c | 88 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 D | swaprep.c | 497 po += SIZEOF(fsPropOffset);
|
| H A D | dispatch.c | 910 prop_info->num_offsets * SIZEOF(fsPropOffset) +
|
| H A D | fonts.c | 1260 prop_info->num_offsets * SIZEOF(fsPropOffset) +
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 174 } fsPropOffset; typedef in typeref:struct:__anond2353fb40608
|
Completed in 19 milliseconds