Home
last modified time | relevance | path

Searched refs:NSVGimage (Results 1 – 25 of 123) sorted by relevance

12345

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/nanosvg/
H A Dnanosvg.h155 typedef struct NSVGimage struct
160 } NSVGimage; argument
164 NSVGimage* nsvgParseFromFile( FILE* fp, const char* units, float dpi);
168 NSVGimage* nsvgParse(char* input, const char* units, float dpi);
174 void nsvgDelete(NSVGimage* image);
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgSVGnano.c51 NSVGimage *nsvgImage;
81 Tcl_Obj *formatObj, NSVGimage *nsvgImage,
173 NSVGimage *nsvgImage; in FileMatchSVG()
297 NSVGimage *nsvgImage; in StringMatchSVG()
382 static NSVGimage *
394 NSVGimage *nsvgImage; in ParseSVGWithOptions()
571 NSVGimage *nsvgImage, in RasterizeSVG()
666 NSVGimage *nsvgImage, in GetScaleFromParameters()
757 NSVGimage *nsvgImage, in CacheSVG()
793 static NSVGimage *
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dnanosvg.h23 void operator()(NSVGimage *ptr) const { nsvgDelete(ptr); } in operator()
28 using nsvg_image_ptr = std::unique_ptr<NSVGimage, nsvg_deleter>;
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dnanosvg.h23 void operator()(NSVGimage *ptr) const { nsvgDelete(ptr); } in operator()
28 using nsvg_image_ptr = std::unique_ptr<NSVGimage, nsvg_deleter>;
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dsvg.h29 struct NSVGimage;
48 NSVGimage *_svg;
/dports/devel/godot/godot-3.2.3-stable/modules/svg/
H A Dimage_loader_svg.h49 …void rasterize(NSVGimage *p_image, float p_tx, float p_ty, float p_scale, unsigned char *p_dst, in…
61 static void _convert_colors(NSVGimage *p_svg_image);
H A Dimage_loader_svg.cpp37 void SVGRasterizer::rasterize(NSVGimage *p_image, float p_tx, float p_ty, float p_scale, unsigned c… in rasterize()
67 void ImageLoaderSVG::_convert_colors(NSVGimage *p_svg_image) { in _convert_colors()
99 NSVGimage *svg_image; in _create_image()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/svg/
H A Dimage_loader_svg.h49 …void rasterize(NSVGimage *p_image, float p_tx, float p_ty, float p_scale, unsigned char *p_dst, in…
61 static void _convert_colors(NSVGimage *p_svg_image);
H A Dimage_loader_svg.cpp37 void SVGRasterizer::rasterize(NSVGimage *p_image, float p_tx, float p_ty, float p_scale, unsigned c… in rasterize()
67 void ImageLoaderSVG::_convert_colors(NSVGimage *p_svg_image) { in _convert_colors()
99 NSVGimage *svg_image; in _create_image()
/dports/biology/seaview/seaview/FL/
H A DFl_SVG_Image.H24 struct NSVGimage;
108 NSVGimage* svg_image;
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DSvgBitmap.h70 std::unique_ptr<NSVGimage> m_svgImage;
/dports/x11/fuzzel/fuzzel/
H A Dapplication.h37 NSVGimage *svg;
/dports/emulators/mess/mame-mame0226/3rdparty/nanosvg/example/
H A Dexample2.c31 NSVGimage *image = NULL; in main()
/dports/emulators/mame/mame-mame0226/3rdparty/nanosvg/example/
H A Dexample2.c31 NSVGimage *image = NULL; in main()
/dports/graphics/nanosvg/nanosvg-ccdb199/example/
H A Dexample2.c31 NSVGimage *image = NULL; in main()
/dports/x11/fnott/fnott/3rd-party/nanosvg/example/
H A Dexample2.c31 NSVGimage *image = NULL; in main()
/dports/x11/fuzzel/fuzzel/3rd-party/nanosvg/example/
H A Dexample2.c31 NSVGimage *image = NULL; in main()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DVectorTexture.cpp33 void svgDraw(NVGcontext *vg, NSVGimage *svg);
168 std::shared_ptr<NSVGimage> nsvg_image;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Dsvg_import_plugin.h84 struct NSVGimage* m_parsedImage;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/svg/
H A Dtiio_svg.cpp43 struct NSVGimage { struct
209 struct NSVGimage *image;
304 p->image = (struct NSVGimage *)malloc(sizeof(struct NSVGimage)); in nsvg__createParser()
306 memset(p->image, 0, sizeof(struct NSVGimage)); in nsvg__createParser()
340 void nsvgDelete(struct NSVGimage *image) { in nsvgDelete()
1709 void dump(struct NSVGimage *image) { in dump()
1721 struct NSVGimage *nsvgParse(char *input) { in nsvgParse()
1723 struct NSVGimage *ret = 0; in nsvgParse()
1746 struct NSVGimage *image = NULL; in nsvgParseFromFile()
2108 NSVGimage *svgImg = in load()
[all …]
/dports/x11/fnott/fnott/
H A Dsvg.c15 NSVGimage *svg = nsvgParseFromFile(path, "px", 96); in svg_load()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCScalableBitmap.h90 struct NSVGimage *svgImage;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCImageLoaderSVG.cpp74 struct NSVGimage *img = 0; in loadImage()
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_svg.c100 struct NSVGimage *image; in IMG_LoadSVG_RW()
/dports/games/pioneer/pioneer-20210723/contrib/nanosvg/
H A Dnanosvg.h158 typedef struct NSVGimage struct
163 } NSVGimage; argument
170 NSVGimage* nsvgParse(char* input, const char* units, float dpi);
176 void nsvgDelete(NSVGimage* image);
447 NSVGimage* image;
621 p->image = (NSVGimage*)malloc(sizeof(NSVGimage)); in nsvg__createParser()
623 memset(p->image, 0, sizeof(NSVGimage)); in nsvg__createParser()
2917 NSVGimage* nsvgParse(char* input, const char* units, float dpi) in nsvgParse()
2920 NSVGimage* ret = 0; in nsvgParse()
2946 NSVGimage* image = NULL; in nsvgParseFromFile()
[all …]

12345