Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx52 int penSize=(pSize.Width()+pSize.Height())/2; in contractRectangle() local
53 if (2*penSize > rect.Right()-rect.Left()) penSize = (rect.Right()-rect.Left()+1)/2; in contractRectangle()
54 if (2*penSize > rect.Bottom()-rect.Top()) penSize = (rect.Bottom()-rect.Top()+1)/2; in contractRectangle()
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()
126 int penSize=(pSize.Width()+pSize.Height())/2; in drawLine() local
141 int penSize=(pSize.Width()+pSize.Height())/2; in drawRectangle() local
160 int penSize=(pSize.Width()+pSize.Height())/2; in drawEllipse() local
175 int penSize=(pSize.Width()+pSize.Height())/2; in drawArc() local
236 decalTL[0] += penSize/2; decalTL[1] += penSize/2; in drawPolygon()
[all …]

Completed in 13 milliseconds