Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx45 #define L2D_ARY(a,b) { static_cast<double>(a), static_cast<double>(b) } macro
143 double const X[2] = L2D_ARY( rect.Left(), rect.Right() ); in drawRectangle()
144 double const Y[2] = L2D_ARY( rect.Top(), rect.Bottom() ); in drawRectangle()
163 double const X[2] = L2D_ARY( oval.Left(), oval.Right() ); in drawEllipse()
164 double const Y[2] = L2D_ARY( oval.Top(), oval.Bottom() ); in drawEllipse()
183 double const X[2] = L2D_ARY( arc.Left(), arc.Right() ); in drawArc()
184 double const Y[2] = L2D_ARY( arc.Top(), arc.Bottom() ); in drawArc()
214 double const X[2] = L2D_ARY( oval.Left(), oval.Right() ); in drawRoundRectangle()
215 double const Y[2] = L2D_ARY( oval.Top(), oval.Bottom() ); in drawRoundRectangle()

Completed in 18 milliseconds