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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp446 MEMPNG mempng; // PNG in memory comes back in this local
447 mempng.buffer = NULL;
469 toPNG( // Get the image from the RGBA px into mempng
470 &mempng,
483 else if(mempng.buffer){ // image was DIB in source file, converted to png in this routine
484 base64String = g_base64_encode((guchar*) mempng.buffer, mempng.size );
485 free(mempng.buffer);
545 MEMPNG mempng; // PNG in memory comes back in this local
546 mempng
1315 MEMPNG mempng; // PNG in memory comes back in this local
1416 MEMPNG mempng; // PNG in memory comes back in this local
[all...]
H A Demf-inout.cpp473 MEMPNG mempng; // PNG in memory comes back in this local
474 mempng.buffer = NULL;
509 toPNG( // Get the image from the RGBA px into mempng
510 &mempng,
523 else if(mempng.buffer){ // image was DIB in source file, converted to png in this routine
524 base64String = g_base64_encode((guchar*) mempng.buffer, mempng.size );
525 free(mempng.buffer);
1520 MEMPNG mempng; // PNG in memory comes back in this local
1521 mempng
[all...]

Completed in 245 milliseconds