HomeSort by: relevance | last modified time | path
    Searched refs:nprops (Results 1 - 25 of 45) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
RotProp.c 37 register int nprops,
46 req->nAtoms = nprops;
49 req->length += nprops;
50 nbytes = nprops << 2;
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Font.c 41 int nprops; local
51 nprops = pFont->info.nprops;
54 for (i = 0; i < nprops; i++)
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Font.c 40 int nprops; local
50 nprops = pFont->info.nprops;
53 for (i = 0; i < nprops; i++)
  /xsrc/external/mit/mkfontscale/dist/
ident.c 263 int format, count, nprops, i, string_size; local
294 nprops = getInt32(f, format);
295 if (nprops <= 0 || nprops > 1000)
297 props = malloc(nprops * sizeof(PropRec));
301 for (i = 0; i < nprops; i++) {
306 if (nprops & 3) {
307 rc = fontFileSeek(f, 4 - (nprops & 3), SEEK_CUR);
323 for (i = 0; i < nprops; i++) {
331 if (i >= nprops)
    [all...]
  /xsrc/external/mit/libXfont/dist/src/fc/
fsconvert.c 94 nprops; local
103 nprops = pfi->nprops = pi->num_offsets;
105 if (nprops < 0
106 || nprops > SIZE_MAX/(sizeof(FontPropRec) + sizeof(char)))
109 dprop = malloc(sizeof(FontPropRec) * nprops + sizeof (char) * nprops);
113 is_str = (char *) (dprop + nprops);
118 for (i = 0; i < nprops; i++, dprop++, is_str++)
142 pfi->nprops = 0
    [all...]
  /xsrc/external/mit/libXfont/dist/src/bitmap/
pcfread.c 244 int nprops; local
259 nprops = pcfGetINT32(file, format);
260 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) {
261 pcfError("pcfGetProperties(): invalid nprops value (%d)\n", nprops);
265 props = malloc(nprops * sizeof(FontPropRec));
268 nprops, (int) sizeof(FontPropRec));
271 isStringProp = malloc(nprops * sizeof(char));
274 nprops, (int) sizeof(char))
    [all...]
pcfwrite.c 237 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
240 pFont->info.nprops, (int) sizeof(FontPropRec));
244 for (i = 0; i < pFont->info.nprops; i++) {
264 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
368 pcfPutINT32(file, format, pFont->info.nprops);
369 for (i = 0; i < pFont->info.nprops; i++) {
377 for (i = 0; i < pFont->info.nprops; i++) {
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
pcfread.c 246 int nprops; local
261 nprops = pcfGetINT32(file, format);
262 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) {
263 pcfError("pcfGetProperties(): invalid nprops value (%d)\n", nprops);
267 props = mallocarray(nprops, sizeof(FontPropRec));
270 nprops, (int) sizeof(FontPropRec));
273 isStringProp = mallocarray(nprops, sizeof(char));
276 nprops, (int) sizeof(char))
    [all...]
pcfwrite.c 239 offsetProps = mallocarray(pFont->info.nprops, sizeof(FontPropRec));
242 pFont->info.nprops, (int) sizeof(FontPropRec));
246 for (i = 0; i < pFont->info.nprops; i++) {
266 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
370 pcfPutINT32(file, format, pFont->info.nprops);
371 for (i = 0; i < pFont->info.nprops; i++) {
379 for (i = 0; i < pFont->info.nprops; i++) {
  /xsrc/external/mit/libXfont2/dist/src/fc/
fsconvert.c 96 nprops; local
105 nprops = pfi->nprops = pi->num_offsets;
107 if (nprops < 0
108 || nprops > SIZE_MAX/(sizeof(FontPropRec) + sizeof(char)))
111 dprop = mallocarray(nprops, sizeof(FontPropRec) + sizeof (char));
115 is_str = (char *) (dprop + nprops);
120 for (i = 0; i < nprops; i++, dprop++, is_str++)
144 pfi->nprops = 0;
153 return nprops;
    [all...]
  /xsrc/external/mit/xinput/dist/src/
property.c 170 int nprops; local
198 props = XListDeviceProperties(dpy, dev, &nprops);
199 if (!nprops)
206 while(nprops--)
208 print_property(dpy, dev, props[nprops]);
542 int nprops; local
562 props = XIListProperties(dpy, info->deviceid, &nprops);
563 if (!nprops)
570 while(nprops--)
572 print_property_xi2(dpy, info->deviceid, props[nprops]);
    [all...]
  /xsrc/external/mit/xf86-input-synaptics/dist/tools/
synclient.c 250 int nprops = 0; local
267 properties = XListDeviceProperties(dpy, dev, &nprops);
268 if (!properties || !nprops) {
275 while (nprops--) {
276 if (properties[nprops] == synaptics_property)
279 if (!nprops) {
syndaemon.c 489 int nprops = 0; local
506 properties = XListDeviceProperties(dpy, dev, &nprops);
507 if (!properties || !nprops) {
514 while (nprops--) {
515 if (properties[nprops] == touchpad_off_prop)
518 if (nprops < 0) {
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c 48 GLint i, j, nvisuals, nprops; local
79 nprops = (int)reply.numProps;
80 if (nprops < __GLX_MIN_CONFIG_PROPS) {
86 props = (INT32*) Xmalloc(nprops * __GLX_SIZE_CARD32);
110 _XRead(dpy, (char *)props, (nprops * __GLX_SIZE_CARD32));
144 for (j=__GLX_MIN_CONFIG_PROPS; j<nprops; j+=2) {
  /xsrc/external/mit/xorg-server.old/dist/include/
dixfontstr.h 52 #define FONTINFONPROPS(font) (font)->info.nprops
  /xsrc/external/mit/xfs/dist/difs/
fontinfo.c 94 for (i = 0; i < pinfo->nprops; i++)
105 + SIZEOF(fsPropOffset) * pinfo->nprops
109 string_base = (char *)ptr + SIZEOF(fsPropInfo) + SIZEOF(fsPropOffset) * pinfo->nprops;
114 ((fsPropInfo *)ptr)->num_offsets = pinfo->nprops;
122 for (i = 0; i < pinfo->nprops; i++)
  /xsrc/external/mit/bdftopcf/dist/
pcfwrite.c 249 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
252 pFont->info.nprops, (int) sizeof(FontPropRec));
256 for (i = 0; i < pFont->info.nprops; i++) {
279 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
386 pcfPutINT32(file, format, pFont->info.nprops);
387 for (i = 0; i < pFont->info.nprops; i++) {
395 for (i = 0; i < pFont->info.nprops; i++) {
  /xsrc/external/mit/xorg-server/dist/include/
dixfontstr.h 53 #define FONTINFONPROPS(font) (font)->info.nprops
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 465 for ( i = 0; i < face->nprops && !found; i++ )
484 FT_ULong nprops, orig_nprops, i; local
536 nprops = 256;
539 nprops = orig_nprops;
541 face->nprops = (int)nprops;
543 if ( FT_NEW_ARRAY( props, nprops ) )
546 for ( i = 0; i < nprops; i++ )
563 if ( FT_STREAM_SKIP( ( orig_nprops - nprops ) * PCF_PROPERTY_SIZE ) )
571 /* clever here - nprops is the same as the number of odd-units read, *
    [all...]
pcf.h 157 int nprops; member in struct:PCF_FaceRec_
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxext.c 623 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops,
631 if (nprops == 0)
637 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS)
645 prop_size = nprops * __GLX_SIZE_INT32;
668 __glXInitializeVisualConfigFromTags(m, nprops, props,
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxext.c 629 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops,
637 if (nprops == 0)
641 if (nprops < __GLX_MIN_CONFIG_PROPS)
649 prop_size = nprops * __GLX_SIZE_INT32;
670 __glXInitializeVisualConfigFromTags(m, nprops, props,
  /xsrc/external/mit/xorg-server/dist/Xi/
xiproperty.c 217 int nprops = 0; local
220 nprops++;
221 if (nprops) {
224 atoms = xallocarray(nprops, sizeof(Atom));
232 *natoms = nprops;
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
fontstruct.h 97 int nprops; member in struct:_FontInfo
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiproperty.c 222 int nprops = 0; local
225 nprops++;
226 if (nprops)
230 atoms = malloc(nprops * sizeof(Atom));
238 *natoms = nprops;

Completed in 32 milliseconds

1 2