Home
last modified time | relevance | path

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

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dimage.cpp560 uint32_t src_yofs = i * p_src_height / p_dst_height; in _scale_nearest() local
561 uint32_t y_ofs = src_yofs * p_src_width * CC; in _scale_nearest()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dimage.cpp560 uint32_t src_yofs = i * p_src_height / p_dst_height; in _scale_nearest() local
561 uint32_t y_ofs = src_yofs * p_src_width * CC; in _scale_nearest()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.cpp714 uint32_t src_yofs = i * p_src_height / p_dst_height; in _scale_nearest() local
715 uint32_t y_ofs = src_yofs * p_src_width * CC; in _scale_nearest()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.cpp714 uint32_t src_yofs = i * p_src_height / p_dst_height; in _scale_nearest() local
715 uint32_t y_ofs = src_yofs * p_src_width * CC; in _scale_nearest()