Searched refs:dprop (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 92 FontPropPtr dprop; local in function:_fs_convert_props 109 dprop = malloc(sizeof(FontPropRec) * nprops + sizeof (char) * nprops); 110 if (!dprop) 113 is_str = (char *) (dprop + nprops); 114 pfi->props = dprop; 118 for (i = 0; i < nprops; i++, dprop++, is_str++) 125 dprop->name = MakeAtom(&pdc[local_off.name.position], 129 dprop->value = local_off.value.position; 136 dprop->value = (INT32) MakeAtom(&pdc[local_off.value.position], 138 if (dprop [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 94 FontPropPtr dprop; local in function:_fs_convert_props 111 dprop = mallocarray(nprops, sizeof(FontPropRec) + sizeof (char)); 112 if (!dprop) 115 is_str = (char *) (dprop + nprops); 116 pfi->props = dprop; 120 for (i = 0; i < nprops; i++, dprop++, is_str++) 127 dprop->name = MakeAtom(&pdc[local_off.name.position], 131 dprop->value = local_off.value.position; 138 dprop->value = (INT32) MakeAtom(&pdc[local_off.value.position], 140 if (dprop [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbUtils.c | 1386 XkbPropertyPtr sprop = NULL, dprop = NULL; local in function:_XkbCopyGeom 1407 dprop = dst->geom->properties + i; 1409 i++, dprop++) { 1410 free(dprop->name); 1411 free(dprop->value); 1439 dprop = dst->geom->properties; 1441 i++, sprop++, dprop++) { 1443 if (strlen(sprop->name) != strlen(dprop->name)) { 1444 tmp = realloc(dprop->name, strlen(sprop->name) + 1); 1447 dprop [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbUtils.c | 1435 XkbPropertyPtr sprop = NULL, dprop = NULL; local in function:_XkbCopyGeom 1454 for (i = src->geom->num_properties, dprop = 1456 i++, dprop++) { 1457 free(dprop->name); 1458 free(dprop->value); 1474 dprop = dst->geom->properties; 1475 i < src->geom->num_properties; i++, sprop++, dprop++) { 1477 if (strlen(sprop->name) != strlen(dprop->name)) { 1478 tmp = realloc(dprop->name, strlen(sprop->name) + 1); 1481 dprop [all...] |
Completed in 7 milliseconds