Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx44 #define L2I_ARY(a,b) { static_cast<int>(a), static_cast<int>(b) } macro
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()
92 L2I_ARY( orig.X(), orig.Y()+pSize.Height() )}; in drawLineHQ()
94 int destPt[4][2] = { L2I_ARY( dest.X(), dest.Y()), in drawLineHQ()
96 L2I_ARY( dest.X()+pSize.Width(), dest.Y()+pSize.Height()), in drawLineHQ()
97 L2I_ARY( dest.X(), dest.Y()+pSize.Height())}; in drawLineHQ()
127 int decal[2] = L2I_ARY( pSize.Width()/2, pSize.Height()/2); in drawLine()
233 int decalTL[2] = L2I_ARY( 0, 0); in drawPolygon()
[all …]

Completed in 11 milliseconds