Home
last modified time | relevance | path

Searched refs:m_width_abs (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_math_stroke.h117 double m_width_abs; variable
131 m_width_abs(0.5), in math_stroke()
149 m_width_abs = -m_width; in width()
154 m_width_abs = m_width; in width()
178 da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
223 double lim = m_width_abs * mlimit; in calc_miter()
344 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
398 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
479 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/graphics/agg/agg-2.5/include/
H A Dagg_math_stroke.h122 double m_width_abs; variable
136 m_width_abs(0.5), in math_stroke()
154 m_width_abs = -m_width; in width()
159 m_width_abs = m_width; in width()
183 da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
228 double lim = m_width_abs * mlimit; in calc_miter()
349 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
403 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
484 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_math_stroke.h117 double m_width_abs; variable
131 m_width_abs(0.5), in math_stroke()
149 m_width_abs = -m_width; in width()
154 m_width_abs = m_width; in width()
178 da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
223 double lim = m_width_abs * mlimit; in calc_miter()
344 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
399 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
480 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_math_stroke.h117 double m_width_abs; variable
131 m_width_abs(0.5), in math_stroke()
149 m_width_abs = -m_width; in width()
154 m_width_abs = m_width; in width()
178 da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
223 double lim = m_width_abs * mlimit; in calc_miter()
344 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
399 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
480 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_math_stroke.h117 double m_width_abs; variable
131 m_width_abs(0.5), in math_stroke()
149 m_width_abs = -m_width; in width()
154 m_width_abs = m_width; in width()
178 da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
223 double lim = m_width_abs * mlimit; in calc_miter()
344 double da = acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
398 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
479 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_math_stroke.h117 double m_width_abs; variable
131 m_width_abs(0.5), in math_stroke()
149 m_width_abs = -m_width; in width()
154 m_width_abs = m_width; in width()
178 da = std::acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_arc()
223 double lim = m_width_abs * mlimit; in calc_miter()
344 double da = std::acos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale)) * 2; in calc_cap()
398 double limit = ((len1 < len2) ? len1 : len2) / m_width_abs; in calc_join()
479 if(m_approx_scale * (m_width_abs - dbevel) < m_width_eps) in calc_join()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_math_stroke.pas75 m_width_abs ,
168 m_width_abs :=0.5;
231 m_width_abs :=-m_width;
237 m_width_abs :=m_width;
338 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
415 limit:=len1 / m_width_abs
417 limit:=len2 / m_width_abs;
494 if m_approx_scale * (m_width_abs - dbevel ) < m_width_eps then
561 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
629 lim:=m_width_abs * mlimit;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_math_stroke.pas75 m_width_abs ,
168 m_width_abs :=0.5;
231 m_width_abs :=-m_width;
237 m_width_abs :=m_width;
338 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
415 limit:=len1 / m_width_abs
417 limit:=len2 / m_width_abs;
494 if m_approx_scale * (m_width_abs - dbevel ) < m_width_eps then
561 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
629 lim:=m_width_abs * mlimit;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_math_stroke.pas75 m_width_abs ,
168 m_width_abs :=0.5;
231 m_width_abs :=-m_width;
237 m_width_abs :=m_width;
338 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
415 limit:=len1 / m_width_abs
417 limit:=len2 / m_width_abs;
494 if m_approx_scale * (m_width_abs - dbevel ) < m_width_eps then
561 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
629 lim:=m_width_abs * mlimit;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_math_stroke.pas75 m_width_abs ,
168 m_width_abs :=0.5;
231 m_width_abs :=-m_width;
237 m_width_abs :=m_width;
338 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
415 limit:=len1 / m_width_abs
417 limit:=len2 / m_width_abs;
494 if m_approx_scale * (m_width_abs - dbevel ) < m_width_eps then
561 da:=ArcCos(m_width_abs / (m_width_abs + 0.125 / m_approx_scale ) ) * 2;
629 lim:=m_width_abs * mlimit;