Home
last modified time | relevance | path

Searched refs:blend_rect (Results 1 – 19 of 19) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendseparate.cpp79 RectInt blend_rect = blend->get_target_rect(); in run() local
82 blend_rect, blend_rect, in run()
87 etl::set_intersect(blend_rect, blend_rect, blend->sub_task_a()->get_target_rect()); in run()
88 if (blend_rect != blend->get_target_rect()) in run()
89 new_blend->trunc_target_rect(blend_rect); in run()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendseparate.cpp79 RectInt blend_rect = blend->get_target_rect(); in run() local
82 blend_rect, blend_rect, in run()
87 etl::set_intersect(blend_rect, blend_rect, blend->sub_task_a()->get_target_rect()); in run()
88 if (blend_rect != blend->get_target_rect()) in run()
89 new_blend->trunc_target_rect(blend_rect); in run()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/common/optimizer/
H A Doptimizerblendseparate.cpp79 RectInt blend_rect = blend->get_target_rect(); in run() local
82 blend_rect, blend_rect, in run()
87 etl::set_intersect(blend_rect, blend_rect, blend->sub_task_a()->get_target_rect()); in run()
88 if (blend_rect != blend->get_target_rect()) in run()
89 new_blend->trunc_target_rect(blend_rect); in run()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/deployment/cpp-inference/src/
H A Dcommon.hpp156 cv::Rect blend_rect = cv::Rect(orig + cv::Point(0, baseline), in PutLabel() local
158 cv::Mat roi = im(blend_rect); in PutLabel()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dprimitives.h37 void blend_rect(Image* image, int x1, int y1, int x2, int y2, color_t c, int opacity);
H A Dprimitives.cpp235 void blend_rect(Image* image, int x1, int y1, int x2, int y2, color_t color, int opacity) in blend_rect() function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dimage.h355 void blend_rect(const Image &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
H A Dvariant_call.cpp628 VCALL_PTR3(Image, blend_rect);
1484 …ADDFUNC3(IMAGE, NIL, Image, blend_rect, IMAGE, "src", RECT2, "src_rect", VECTOR2, "dest", varray(0…
H A Dimage.cpp2283 void Image::blend_rect(const Image &p_src, const Rect2 &p_src_rect, const Point2 &p_dest) { in blend_rect() function in Image
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dimage.h355 void blend_rect(const Image &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
H A Dvariant_call.cpp628 VCALL_PTR3(Image, blend_rect);
1484 …ADDFUNC3(IMAGE, NIL, Image, blend_rect, IMAGE, "src", RECT2, "src_rect", VECTOR2, "dest", varray(0…
H A Dimage.cpp2283 void Image::blend_rect(const Image &p_src, const Rect2 &p_src_rect, const Point2 &p_dest) { in blend_rect() function in Image
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.h321 void blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
H A Dimage.cpp2194 void Image::blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest) { in blend_rect() function in Image
2764 ClassDB::bind_method(D_METHOD("blend_rect", "src", "src_rect", "dst"), &Image::blend_rect); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.h321 void blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
H A Dimage.cpp2194 void Image::blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest) { in blend_rect() function in Image
2764 ClassDB::bind_method(D_METHOD("blend_rect", "src", "src_rect", "dst"), &Image::blend_rect); in _bind_methods()
/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Drender.cpp707 blend_rect(dstImage, in renderSprite()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dasset_library_editor_plugin.cpp170 thumbnail->blend_rect(overlay, overlay->get_used_rect(), overlay_pos); in set_image()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dasset_library_editor_plugin.cpp170 thumbnail->blend_rect(overlay, overlay->get_used_rect(), overlay_pos); in set_image()