Searched defs:free (Results 1 - 2 of 2) sorted by relevance
/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); |
/inkscape/src/libnrtype/ | ||
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...] |
Completed in 17 milliseconds