Searched refs:four_rays (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_renderer_markers.h441 void four_rays(int x, int y, int r) function in class:agg::renderer_markers
569 case marker_four_rays: four_rays(x, y, r); break;
610 case marker_four_rays: do { four_rays (int(*x), int(*y), int(r)); ++x; ++y; } while(--n); break;
638 case marker_four_rays: do { four_rays (int(*x), int(*y), int(*r)); ++x; ++y; ++r; } while(--n); break;
666 case marker_four_rays: do { base_type::fill_color(*fc); four_rays (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
694 case marker_four_rays: do { base_type::fill_color(*fc); base_type::line_color(*lc); four_rays (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;

Completed in 27 milliseconds