/inkscape/src/trace/ |
H A D | imagemap.cpp | 57 free(me->pixels); 59 free(me->rows); 60 free(me); 83 free(me); 90 free(me->pixels); 91 free(me); 169 free(me->pixels); 171 free(me->rows); 172 free(me); 197 free(m [all...] |
H A D | pool.h | 74 free(block[k]);
|
/inkscape/src/libuemf/ |
H A D | uemf_utf.c | 242 free(dst2); 249 free(dst2); 284 free(dst2); 291 free(dst2); 332 free(dst2); 339 free(dst2); 374 free(dst2); 381 free(dst2); 416 free(dst2); 423 free(dst [all...] |
H A D | upmf_print.c | 560 free(string); 831 free(Positions); 856 free(Positions); 857 free(Factors); 895 free(Points); 933 free(hold); 1095 free(hold); 2304 free(Points); 2334 free(Points); 2364 free(Point [all...] |
H A D | uemf.c | 308 Caller is responsible for free() on the returned pointer. 343 if(table)free(table); 712 free(*ct); 713 free(*px); 917 \param rgba_px U_RGBA pixel array (32 bits), created by this routine, caller must free. 1069 \param rgba_px U_RGBA pixel array (32 bits), created by this routine, caller must free. 1118 free(rgba_px); 1175 free(etl); 1180 free(etl->buf); 1181 free(et [all...] |
H A D | uemf_print.c | 280 free(string); 325 free(string); 339 free(string); 342 free(string); 624 free(string); 954 free(string); 958 free(string); 1819 free(string); 2403 free(string); 2557 free(swapbu [all...] |
H A D | upmf.c | 233 free(Text16); 239 free(UFontName); 480 \brief Release an U_OBJ_ACCUM structure. Accumulated storage is free'd. 488 if(oa->accum)free(oa->accum); 522 free(po); 607 if((*po)->Data)free((*po)->Data); 608 free(*po); 723 free(*dpo); 732 It is much more efficient to clear a DPO and reuse it than to free that DPO and create another. 1190 \param Dst Caller must free [all...] |
/inkscape/src/ |
H A D | prefix.cpp | 169 free (path); 207 free (tmp); 233 free (br_last_value); 266 free (specific); 279 free (br_last_value); 362 free (result); 397 free (tmp); 404 free (tmp); 408 free (result); 486 free(returnPat [all...] |
H A D | sp-offset.cpp | 54 * to get lots of shape functionality for free. The source is the easy part: 158 free(nA); 203 free (this->original); 238 free (this->original); 642 free(parts); 646 free(holes); 678 free (res_d); 1198 free (res_d);
|
H A D | sp-filter.cpp | 455 free(name_copy); 468 // Therefore, free the memory allocated for the new entry: 469 free(name_copy);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 420 obj2.free(); 423 obj2.free(); 460 obj.free(); 462 args[i].free(); 478 obj.free(); 484 obj.free(); 499 args[i].free(); 697 obj.free(); 752 obj1.free(); 770 obj2.free(); [all...] |
/inkscape/src/trace/potrace/ |
H A D | bitmap.h | 2 This file is part of Potrace. It is free software and it is covered 48 /* free the given bitmap. Leaves errno untouched. */ 51 free(bm->map); 53 free(bm); 78 free(bm);
|
/inkscape/src/inkgc/ |
H A D | gc-core.h | 66 void (*free)(void *ptr); member in struct:Inkscape::GC::Ops 119 static inline void free(void *ptr) { function in struct:Inkscape::GC::Core 120 return _ops.free(ptr); 196 Inkscape::GC::Core::free(mem);
|
H A D | gc.cpp | 166 &std::free
|
/inkscape/src/libnrtype/ |
H A D | TextWrapper.cpp | 51 if ( utf8_text ) free(utf8_text); 52 if ( uni32_text ) free(uni32_text); 53 if ( glyph_text ) free(glyph_text); 54 if ( utf8_codepoint ) free(utf8_codepoint); 55 if ( uni32_codepoint ) free(uni32_codepoint); 57 if ( boxes ) free(boxes); 58 if ( paras ) free(paras); 59 if ( kern_x ) free(kern_x); 60 if ( kern_y ) free(kern_y); 67 if ( bounds ) free(bound [all...] |
H A D | Layout-TNG-Compute.cpp | 90 void free(); 100 void free(); 126 void free() {if (glyph_string) pango_glyph_string_free(glyph_string); glyph_string = NULL;} function in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan 185 void free(); 898 * operator= (and thus don't involve incrementing reference counts), yet they provide a free method 903 void Layout::Calculator::InputItemInfo::free() function in class:Inkscape::Text::Layout::Calculator::InputItemInfo 911 void Layout::Calculator::PangoItemInfo::free() function in class:Inkscape::Text::Layout::Calculator::PangoItemInfo 949 it->free(); 954 void Layout::Calculator::ParagraphInfo::free() function in class:Inkscape::Text::Layout::Calculator::ParagraphInfo 1812 para.free(); [all...] |
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 199 free(ps); 471 rgba_px = (char *) pixbuf->pixels(); // Do NOT free this!!! 482 free(px); 483 free(Bmi); // ct will be NULL because of colortype 1161 free(px); 1162 free(Bmi); 1164 free(ct); 1214 free(pt16hold); 1246 free(pt16hold); 1247 free(n16hol [all...] |
H A D | text_reassemble.c | 304 free(newfontspec); 419 if(text32)free(text32); 420 if(ptxt32)free(ptxt32); 584 free(fti); 589 free(fti); 669 free(fsp->file); /* release memory holding copies of paths */ 670 free(fsp->fontspec); /* release memory holding copies of font names */ 673 if(fsp->alts){ free(fsp->alts); } 675 free(fti->fonts); 677 free(ft [all...] |
H A D | wmf-inout.cpp | 462 &rgba_px, // U_RGBA pixel array (32 bits), created by this routine, caller must free. 474 free(rgba_px); 485 free(mempng.buffer); 531 g_free(base64String); //wait until this point to free because it might be a duplicate image 562 &rgba_px, // U_RGBA pixel array (32 bits), created by this routine, caller must free. 574 free(rgba_px); 580 free(mempng.buffer); 625 g_free(base64String); //wait until this point to free because it might be a duplicate image 685 free(combined); 1200 if(d->dc[d->level].font_name)free( [all...] |
H A D | emf-print.cpp | 215 free(Description); 481 rgba_px = (char *) pixbuf->pixels(); // Do NOT free this!!! 492 free(px); 493 free(Bmi); // ct will be NULL because of colortype 583 rgba_px = (char *) pixbuf->pixels(); // Do NOT free this!!! 742 free(elp); 744 free(Bmi); 747 free(px); // ct will always be NULL 1789 free(px); 1790 free(Bm [all...] |
H A D | emf-inout.cpp | 502 &rgba_px, // U_RGBA pixel array (32 bits), created by this routine, caller must free. 514 free(rgba_px); 525 free(mempng.buffer); 572 g_free(base64String);//wait until this point to free because it might be a duplicate image 776 free(combined); 1420 if (d->dc[d->level].font_name){ free(d->dc[d->level].font_name); } 1425 free(ctmp); 1442 free(d->emf_obj[index].lpEMFR); 1474 free(string); 1542 &rgba_px, // U_RGBA pixel array (32 bits), created by this routine, caller must free [all...] |
/inkscape/src/io/ |
H A D | streamtest.cpp | 225 free(testpath);
|
/inkscape/packaging/macosx/ScriptExec/ |
H A D | main.c | 11 This program is free software; you can redistribute it and/or modify 457 while (numArgs > 0) free(fileArgs[numArgs--]); 491 while (numArgs > 0) free(fileArgs[numArgs--]);
|
/inkscape/ |
H A D | distro | 7 # This program is free software; you can redistribute it and/or modify 73 This is free software; see the source for copying conditions. There is NO
|
/inkscape/cxxtest/cxxtest/ |
H A D | X11Gui.h | 249 free( name );
|