repeat_image       90 python_bindings/python/BoundaryConditions.cpp     return hb::repeat_image(func_like);
repeat_image       94 python_bindings/python/BoundaryConditions.cpp     return hb::repeat_image(func, pyobject_to_bounds(bounds_));
repeat_image      168 src/BoundaryConditions.h EXPORT Func repeat_image(const Func &source,
repeat_image      172 src/BoundaryConditions.h inline NO_INLINE Func repeat_image(const T &func_like) {
repeat_image      178 src/BoundaryConditions.h     return repeat_image(Internal::func_like_to_func(func_like), object_bounds);
repeat_image      183 src/BoundaryConditions.h inline NO_INLINE Func repeat_image(const T &func_like, Bounds&&... bounds) {
repeat_image      186 src/BoundaryConditions.h     return repeat_image(Internal::func_like_to_func(func_like), collected_bounds);
repeat_image      271 test/correctness/boundary_conditions.cpp             repeat_image(input_f, 0, W, 0, H),
repeat_image      277 test/correctness/boundary_conditions.cpp             repeat_image(input, 0, W, 0, H),
repeat_image      283 test/correctness/boundary_conditions.cpp             repeat_image(input, Expr(), Expr(), 0, H),
repeat_image      288 test/correctness/boundary_conditions.cpp             repeat_image(input, 0, W, Expr(), Expr()),
repeat_image      294 test/correctness/boundary_conditions.cpp             repeat_image(input),
repeat_image       93 test/performance/boundary_conditions.cpp         {"repeat_image", repeat_image(input), 0.0},