Home
last modified time | relevance | path

Searched refs:get_z_depth (Results 1 – 9 of 9) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dlayer.h457 float get_z_depth()const { return param_z_depth.get(Real()); } in get_z_depth() function
460 float get_z_depth(const synfig::Time& t)const;
H A Dlayer.cpp412 Layer::get_z_depth(const synfig::Time& t)const in get_z_depth() function in Layer
423 return get_z_depth(t)*1.0001+get_depth(); in get_true_z_depth()
430 return get_z_depth()*1.0001+get_depth(); in get_true_z_depth()
H A Dcanvas.cpp236 Real depth = (*i)->get_z_depth()*1.0001 + (Real)index; in get_context_sorted()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dlayer.h457 float get_z_depth()const { return param_z_depth.get(Real()); } in get_z_depth() function
460 float get_z_depth(const synfig::Time& t)const;
H A Dlayer.cpp412 Layer::get_z_depth(const synfig::Time& t)const in get_z_depth() function in Layer
423 return get_z_depth(t)*1.0001+get_depth(); in get_true_z_depth()
430 return get_z_depth()*1.0001+get_depth(); in get_true_z_depth()
H A Dcanvas.cpp236 Real depth = (*i)->get_z_depth()*1.0001 + (Real)index; in get_context_sorted()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dlayer.h457 float get_z_depth()const { return param_z_depth.get(Real()); } in get_z_depth() function
460 float get_z_depth(const synfig::Time& t)const;
H A Dlayer.cpp412 Layer::get_z_depth(const synfig::Time& t)const in get_z_depth() function in Layer
423 return get_z_depth(t)*1.0001+get_depth(); in get_true_z_depth()
430 return get_z_depth()*1.0001+get_depth(); in get_true_z_depth()
H A Dcanvas.cpp236 Real depth = (*i)->get_z_depth()*1.0001 + (Real)index; in get_context_sorted()