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() local133 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawLine()141 int penSize=(pSize.Width()+pSize.Height())/2; in drawRectangle() local153 dev->DrawPolyLine(poly, double(penSize), basegfx::B2DLINEJOIN_NONE); in drawRectangle()160 int penSize=(pSize.Width()+pSize.Height())/2; in drawEllipse() local[all …]