Searched refs:malloc (Results 1 - 25 of 31) sorted by relevance

12

/inkscape/src/trace/
H A Dimagemap.cpp66 GrayMap *me = (GrayMap *)malloc(sizeof(GrayMap));
80 malloc(sizeof(unsigned long) * width * height);
87 malloc(sizeof(unsigned long *) * height);
180 PackedPixelMap *me = (PackedPixelMap *)malloc(sizeof(PackedPixelMap));
195 me->pixels = (unsigned long *) malloc(sizeof(unsigned long) * width * height);
200 me->rows = (unsigned long **) malloc(sizeof(unsigned long *) * height);
289 RgbMap *me = (RgbMap *)malloc(sizeof(RgbMap));
305 me->pixels = (RGB *) malloc(sizeof(RGB) * width * height);
310 me->rows = (RGB **) malloc(sizeof(RGB *) * height);
399 IndexedMap *me = (IndexedMap *)malloc(sizeo
[all...]
H A Dpool.h104 block[i] = (void *)malloc(blocksize * size);
H A Dimagemap-gdk.cpp52 malloc(sizeof(guchar) * grayMap->width * grayMap->height * 3);
181 malloc(sizeof(guchar) * iMap->width * iMap->height * 3);
H A Dsiox.cpp655 malloc(sizeof(guchar) * width * height * n_channels);
/inkscape/src/debug/
H A Dsysv-heap.cpp2 * Inkscape::Debug::SysVHeap - malloc() statistics via System V interface
17 # include <malloc.h>
/inkscape/src/inkgc/
H A Dgc.cpp153 &std::malloc,
154 &std::malloc,
155 &std::malloc,
156 &std::malloc,
H A Dgc-core.h49 void *(*malloc)(std::size_t size); member in struct:Inkscape::GC::Ops
72 static inline void *malloc(std::size_t size) { function in struct:Inkscape::GC::Core
73 return _ops.malloc(size);
147 mem = Core::malloc(size);
/inkscape/src/libuemf/
H A Duemf.c322 dx = (uint32_t *) malloc(members * sizeof(uint32_t));
348 table = (uint32_t *) malloc(sizeof(uint32_t)*(1 + U_EMR_MAX));
670 *px = (char *) malloc(*cbPx);
675 lct = (PU_RGBQUAD) malloc(*numCt * sizeof(U_RGBQUAD));
964 *rgba_px = (char *) malloc(cbRgba_px);
1112 sptr = sub = malloc(ew*eh*4);
1143 dup=malloc(irecsize);
1171 etl = (EMFTRACK *) malloc(sizeof(EMFTRACK));
1173 etl->buf = malloc(initsize); // no need to zero the memory
1295 *contents = (char *) malloc(*lengt
[all...]
H A Duwmf.c887 Palette = malloc(4 + 4*NumEntries);
968 bm16 = (U_BITMAP16 *) malloc(irecsize);
997 scan = malloc(size);
1032 region = malloc(U_SIZE_REGION + scansize);
1080 U_PAIRF *pf=malloc(U_SIZE_PAIRF);
1150 dx = (int16_t *) malloc(members * sizeof(int16_t));
1174 table = (uint32_t *) malloc(sizeof(uint32_t)*(1 + U_WMR_MAX));
1460 dup=malloc(irecsize);
1490 wtl = (WMFTRACK *) malloc(sizeof(WMFTRACK));
1492 wtl->buf = malloc(initsiz
[all...]
H A Dupmf.c255 newpts = (U_PMF_POINT *) malloc(count * sizeof(U_PMF_POINT));
511 U_PSEUDO_OBJ *po = (U_PSEUDO_OBJ *)malloc(sizeof(U_PSEUDO_OBJ));
513 po->Data = malloc(tSize);
1044 newpts = (U_PMF_POINTF *) malloc(count * sizeof(U_PMF_POINTF));
1067 newRects = (U_PMF_RECTF *) malloc(Count * sizeof(U_PMF_RECTF));
1212 *Dst = malloc(Units * Reps);
1285 char *string=malloc(64);
1337 uint8_t *hold = malloc(16);
2048 pP = Positions = (U_FLOAT *)malloc(Elements *sizeof(U_FLOAT));
2050 pC = Colors = (U_PMF_ARGB *)malloc(Element
[all...]
H A Duemf_utf.c708 news = malloc(slen);
H A Duemf_print.c1815 string = malloc(cbData + 1);
2552 char *swapbuf=malloc(nSize);
/inkscape/src/trace/potrace/
H A Dbitmap.h69 bm = (potrace_bitmap_t *) malloc(sizeof(potrace_bitmap_t));
76 bm->map = (potrace_word *) malloc(size);
/inkscape/src/
H A Dunicoderange.cpp42 r.start = (gchar*) malloc((i+1)*sizeof(gchar));
51 r.end = (gchar*) malloc((i+1)*sizeof(gchar));
H A Dprefix.cpp307 result = (char *) malloc (len1 + len2 + 1);
H A Dsp-offset.cpp149 char *nA=(char*)malloc((1+lA+1)*sizeof(char));
490 char *holes=(char*)malloc(nbPart*sizeof(char));
/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c359 if (! (path = malloc(kMaxPathLength))) return NULL;
393 if (! (path = malloc(kMaxPathLength))) return NULL;
510 if (! (fileArgs[numArgs] = malloc(kMaxPathLength))) return true;
/inkscape/src/libnrtype/
H A DTextWrapper.cpp150 uni32_text = (gunichar*)malloc((uni32_length + 1) * sizeof(gunichar));
151 utf8_codepoint = (int*)malloc((uni32_length + 1) * sizeof(int));
887 kern_x = (double*)malloc((uni32_length + 1) * sizeof(double));
899 kern_y = (double*)malloc((uni32_length + 1) * sizeof(double));
911 kern_x = (double*)malloc((uni32_length + 1) * sizeof(double));
925 kern_y = (double*)malloc((uni32_length + 1) * sizeof(double));
H A DLayout-TNG-Output.cpp63 char *smuggle=(char *)malloc(newsize);
/inkscape/src/extension/internal/
H A Dmetafile-inout.cpp88 else{ p->buffer = (char *) malloc(nsize); }
H A Dwmf-print.cpp98 ladx = (int16_t *) malloc(*ndx * sizeof(int16_t));
1207 pt16hold = pt16ptr = (U_POINT16 *) malloc(totPoints * sizeof(U_POINT16));
1212 n16hold = n16ptr = (uint16_t *) malloc(nPolys * sizeof(uint16_t));
1264 pt16hold = pt16ptr = (U_POINT16 *) malloc(nPoints * sizeof(U_POINT16));
H A Dtext_reassemble.c225 newfs = (char *) malloc(newlen);
242 newfs = (char *) malloc(newlen);
1945 char *hold_locale = malloc(sizeof(char) * (strlen(prev_locale) + 1));
2500 uint8_t *newstring = malloc(1 + ispaces + slen);
2720 infile=malloc(strlen(argv[1])+1);
/inkscape/cxxtest/cxxtest/
H A DX11Gui.h246 char *name = (char *)malloc( length );
/inkscape/src/display/
H A Dnr-svgfonts.cpp190 *glyphs = (cairo_glyph_t*) malloc(count*sizeof(cairo_glyph_t));
/inkscape/src/live_effects/
H A Dspiro.cpp521 spiro_seg *r = (spiro_seg *)malloc((n_seg + 1) * sizeof(spiro_seg));
829 bandmat *m = (bandmat *)malloc(sizeof(bandmat) * n_alloc);
830 double *v = (double *)malloc(sizeof(double) * n_alloc);
831 int *perm = (int *)malloc(sizeof(int) * n_alloc);

Completed in 3064 milliseconds

12