thorvg/src/examples
Hermet Park f2c29063d2 api: updated the recent changed api again.
Reordered by the data packing size.
Also removed a wrong capi default parameter value.

Result Picture::load(const char* data, uint32_t size, const std::string& mimeType, bool copy = false, const std::string& rpath = "")
-> Result load(const char* data, uint32_t size, const std::string& mimeType, const std::string& rpath = "", bool copy = false)

Tvg_Result tvg_picture_load_data(Tvg_Paint* paint, const char *data, uint32_t size, const char *mimetype, bool copy, const char* resourcePath)
-> Tvg_Result tvg_picture_load_data(Tvg_Paint* paint, const char *data, uint32_t size, const char *mimetype, const char* resourcePath, bool copy);
2023-11-23 11:59:38 +09:00
..
images tvg: revise the tvg binary format for 1.0 release 2023-11-02 11:58:23 +09:00
Accessor.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
all.sh examples: Support mac os to execute all 2023-11-02 11:55:34 +09:00
AnimateMasking.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Animation.cpp examples: show users the best practice usage. 2023-11-10 13:56:11 +09:00
Arc.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Blending.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
Capi.cpp apis/engines: Revise the clear() buffer behavior. 2023-11-20 18:23:00 +09:00
ClipPath.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Common.h api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
CustomTransform.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
DataLoad.cpp api: updated the recent changed api again. 2023-11-23 11:59:38 +09:00
DirectUpdate.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Duplicate.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
FillRule.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
GifSaver.cpp examples/GifSaver: updated with a background usage 2023-11-14 10:47:52 +09:00
GradientMasking.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
GradientStroke.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
GradientTransform.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
ImageScaleDown.cpp sw_engine: Clear buffer at the proper time. 2023-11-15 21:12:24 +09:00
ImageScaleUp.cpp sw_engine: Clear buffer at the proper time. 2023-11-15 21:12:24 +09:00
InvLumaMasking.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
InvMasking.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
LinearGradient.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Lottie.cpp examples: show users the best practice usage. 2023-11-10 13:56:11 +09:00
LumaMasking.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
Masking.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
MaskingMethods.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
meson.build example: renamed a sample, Svg2 -> DataLoad 2023-11-07 19:43:15 +09:00
MultiCanvas.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
MultiShapes.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Opacity.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Path.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
PathCopy.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Performance.cpp sw_engine: Clear buffer at the proper time. 2023-11-15 21:12:24 +09:00
PictureJpg.cpp api: updated the recent changed api again. 2023-11-23 11:59:38 +09:00
PicturePng.cpp api: updated the recent changed api again. 2023-11-23 11:59:38 +09:00
PictureRaw.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
PictureTvg.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
PictureWebp.cpp api: updated the recent changed api again. 2023-11-23 11:59:38 +09:00
RadialGradient.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Retaining.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Scene.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
SceneBlending.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
SceneClipper.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
SceneTransform.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Shape.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Stroke.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
StrokeLine.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
StrokeMiterlimit.cpp api: updated the recent changed api again. 2023-11-23 11:59:38 +09:00
Svg.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Texmap.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
Transform.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
Tvg.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
TvgSaver.cpp examples: fixed manual loading of binary data (jpg, png, raw ect) 2023-11-17 20:46:28 +09:00
Update.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00