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

/haiku/src/libs/agg/src/
H A Dagg_line_profile_aa.cpp56 void line_profile_aa::set(double center_width, double smoother_width) argument
59 if(center_width == 0.0) center_width = 1.0 / subpixel_scale;
62 double width = center_width + smoother_width;
67 center_width /= k;
71 value_type* ch = profile(center_width + smoother_width);
73 unsigned subpixel_center_width = unsigned(center_width * subpixel_scale);
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1332 void set(double center_width, double smoother_width);

Completed in 43 milliseconds