Searched refs:L2D_ARY (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | shape.cxx | 45 #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 11 milliseconds