Home
last modified time | relevance | path

Searched defs:mandelbrot_fn (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/gil/doc/html/_downloads/
Dmandelbrot.cpp18 struct mandelbrot_fn struct
21 using const_t = mandelbrot_fn; argument
33 mandelbrot_fn() {} in mandelbrot_fn() argument
34mandelbrot_fn(const point_t& sz, const value_type& in_color, const value_type& out_color) : _in_co… in mandelbrot_fn() function
36 result_type operator()(const point_t& p) const { in operator ()()
62 using deref_t = mandelbrot_fn<rgb8_pixel_t>; in main() argument
/third_party/boost/libs/gil/example/
Dmandelbrot.cpp18 struct mandelbrot_fn struct
21 using const_t = mandelbrot_fn; argument
33 mandelbrot_fn() {} in mandelbrot_fn() argument
34mandelbrot_fn(const point_t& sz, const value_type& in_color, const value_type& out_color) : _in_co… in mandelbrot_fn() argument
36 result_type operator()(const point_t& p) const { in operator ()()
62 using deref_t = mandelbrot_fn<rgb8_pixel_t>; in main() argument
/third_party/boost/libs/gil/test/extension/io/
Dmandel_view.hpp20 struct mandelbrot_fn struct
23 using const_t = mandelbrot_fn; argument
36 mandelbrot_fn() = default; argument
37 mandelbrot_fn(gil::point_t const& sz, value_type const& in_color, value_type const& out_color) in mandelbrot_fn() argument
42 std::ptrdiff_t width() in width()
46 std::ptrdiff_t height() in height()
51 result_type operator()(gil::point_t const& p) const in operator ()()
85 using deref_t = mandelbrot_fn<Pixel>; argument
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp93 struct mandelbrot_fn struct
96 using const_t = mandelbrot_fn<P>; argument
108 mandelbrot_fn() {} in mandelbrot_fn() argument
109mandelbrot_fn(const point_t& sz, const value_type& in_color, const value_type& out_color) : _in_co… in mandelbrot_fn() function
111 result_type operator()(const point_t& p) const { in operator ()()
124 double get_num_iter(const point<double>& p) const { in get_num_iter()