Home
last modified time | relevance | path

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

/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.cpp640 uint32_t y_ofs_up = src_yofs_up * p_src_width * CC; in _scale_bilinear() local
659 uint32_t p00 = p_src[y_ofs_up + src_xofs_left + l] << FRAC_BITS; in _scale_bilinear()
660 uint32_t p10 = p_src[y_ofs_up + src_xofs_right + l] << FRAC_BITS; in _scale_bilinear()
676 float p00 = Math::half_to_float(src[y_ofs_up + src_xofs_left + l]); in _scale_bilinear()
677 float p10 = Math::half_to_float(src[y_ofs_up + src_xofs_right + l]); in _scale_bilinear()
693 float p00 = src[y_ofs_up + src_xofs_left + l]; in _scale_bilinear()
694 float p10 = src[y_ofs_up + src_xofs_right + l]; in _scale_bilinear()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.cpp640 uint32_t y_ofs_up = src_yofs_up * p_src_width * CC; in _scale_bilinear() local
659 uint32_t p00 = p_src[y_ofs_up + src_xofs_left + l] << FRAC_BITS; in _scale_bilinear()
660 uint32_t p10 = p_src[y_ofs_up + src_xofs_right + l] << FRAC_BITS; in _scale_bilinear()
676 float p00 = Math::half_to_float(src[y_ofs_up + src_xofs_left + l]); in _scale_bilinear()
677 float p10 = Math::half_to_float(src[y_ofs_up + src_xofs_right + l]); in _scale_bilinear()
693 float p00 = src[y_ofs_up + src_xofs_left + l]; in _scale_bilinear()
694 float p10 = src[y_ofs_up + src_xofs_right + l]; in _scale_bilinear()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dimage.cpp523 uint32_t y_ofs_up = src_yofs_up * p_src_width * CC; in _scale_bilinear() local
540 uint32_t p00 = p_src[y_ofs_up + src_xofs_left + l] << FRAC_BITS; in _scale_bilinear()
541 uint32_t p10 = p_src[y_ofs_up + src_xofs_right + l] << FRAC_BITS; in _scale_bilinear()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dimage.cpp523 uint32_t y_ofs_up = src_yofs_up * p_src_width * CC; in _scale_bilinear() local
540 uint32_t p00 = p_src[y_ofs_up + src_xofs_left + l] << FRAC_BITS; in _scale_bilinear()
541 uint32_t p10 = p_src[y_ofs_up + src_xofs_right + l] << FRAC_BITS; in _scale_bilinear()