MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / coord

Method coord

dep/agg/include/agg_renderer_primitives.h:53–56  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

51
52 //--------------------------------------------------------------------
53 static int coord(double c)
54 {
55 return iround(c * line_bresenham_interpolator::subpixel_scale);
56 }
57
58 //--------------------------------------------------------------------
59 void fill_color(const color_type& c)

Callers 2

move_to_dMethod · 0.80
line_to_dMethod · 0.80

Calls 1

iroundFunction · 0.85

Tested by

no test coverage detected