Lines Matching refs:size_x
37 fx0 = (double)x0 - (double)size_x / 2.0; in calc_one_pixel()
74 drawing_area area(off_x, off_y, size_x, size_y, dm); in clear()
79 for (int x = 0; x < size_x; ++x) { in clear()
90 drawing_area area0(off_x - 1, off_y - 1, size_x + 2, 1, dm); in draw_border()
91 for (int i = -1; i < size_x + 1; ++i) in draw_border()
94 drawing_area area1(off_x - 1, off_y + size_y, size_x + 2, 1, dm); in draw_border()
95 for (int i = -1; i < size_x + 1; ++i) in draw_border()
102 drawing_area area3(size_x + off_x, off_y, 1, size_y + 2, dm); in draw_border()
139 oneapi::tbb::blocked_range2d<int>(0, size_y, grain_size, 0, size_x, grain_size), in render()
145 oneapi::tbb::blocked_range2d<int>(0, size_y, grain_size, 0, size_x, grain_size), in render()
158 return x >= off_x && x <= off_x + size_x && y >= off_y && y <= off_y + size_y; in check_point()
239 f0.size_x = f1.size_x = _dm.sizex / 2 - 4; in fractal_group()
242 f1.off_x = f0.size_x + 4 + 2; in fractal_group()