Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx44 #define L2I_ARY(a,b) { static_cast<int>(a), static_cast<int>(b) } macro
55 int const X[2] = L2I_ARY( rect.Left()+penSize/2, rect.Right()-(penSize+1)/2); in contractRectangle()
56 int const Y[2] = L2I_ARY( rect.Top()+penSize/2, rect.Bottom()-(penSize+1)/2); in contractRectangle()
64 int dir[2] = L2I_ARY( dest.X()-orig.X(), dest.Y()-orig.Y() ); in drawLineHQ()
69 int X[2] = L2I_ARY( orig.X(), dest.X()); in drawLineHQ()
70 int Y[2] = L2I_ARY( orig.Y(), dest.Y()); in drawLineHQ()
89 int origPt[4][2] = { L2I_ARY( orig.X(), orig.Y()), in drawLineHQ()
90 L2I_ARY( orig.X()+pSize.Width(), orig.Y()), in drawLineHQ()
91 L2I_ARY( orig.X()+pSize.Width(), orig.Y()+pSize.Height() ), in drawLineHQ()
92 L2I_ARY( orig.X(), orig.Y()+pSize.Height() )}; in drawLineHQ()
[all …]