Searched defs:Metafile (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dmetafile-inout.h2 * @brief Metafile input - common functions
61 class Metafile class in namespace:Inkscape::Extension::Internal
65 Metafile() {} function in class:Inkscape::Extension::Internal::Metafile
66 ~Metafile();
H A Dmetafile-inout.cpp2 * @brief Metafile input - common routines
43 Metafile::~Metafile()
70 pixel_t * Metafile::pixel_at (bitmap_t * bitmap, int x, int y)
80 Metafile::my_png_write_data(png_structp png_ptr, png_bytep data, png_size_t length)
97 void Metafile::toPNG(PMEMPNG accum, int width, int height, const char *px){
184 void Metafile::setViewBoxIfMissing(SPDocument *doc) {
243 int Metafile::combine_ops_to_livarot(const int op)
268 uint32_t Metafile::sethexcolor(U_COLORREF color){
281 gchar *Metafile
[all...]

Completed in 14 milliseconds