Home
last modified time | relevance | path

Searched refs:save_png_to_buffer (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.h265 PoolVector<uint8_t> save_png_to_buffer() const;
H A Dimage.cpp1908 PoolVector<uint8_t> Image::save_png_to_buffer() const { in save_png_to_buffer() function in Image
2745 ClassDB::bind_method(D_METHOD("save_png_to_buffer"), &Image::save_png_to_buffer); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.h265 PoolVector<uint8_t> save_png_to_buffer() const;
H A Dimage.cpp1908 PoolVector<uint8_t> Image::save_png_to_buffer() const { in save_png_to_buffer() function in Image
2745 ClassDB::bind_method(D_METHOD("save_png_to_buffer"), &Image::save_png_to_buffer); in _bind_methods()