Searched refs:penSize (Results 1 – 1 of 1) sorted by relevance
52 int penSize=(pSize.Width()+pSize.Height())/2; in contractRectangle() local53 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() local141 int penSize=(pSize.Width()+pSize.Height())/2; in drawRectangle() local160 int penSize=(pSize.Width()+pSize.Height())/2; in drawEllipse() local175 int penSize=(pSize.Width()+pSize.Height())/2; in drawArc() local236 decalTL[0] += penSize/2; decalTL[1] += penSize/2; in drawPolygon()[all …]
Completed in 11 milliseconds