Searched refs:penWidth (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp956 int penWidth = multiplier * 2; local
958 penWidth = penWidth * x / 20;
978 mem.DrawCircle(radius,radius,radius-penWidth);
981 int lineStart = radius + (radius-penWidth/2) * 707 / 1000; // 707 / 1000 = 0.707 = 1/sqrt(2);
985 int handleCornerShift = penWidth * 707 / 1000 / 2; // 707 / 1000 = 0.707 = 1/sqrt(2);
1063 int penWidth = multiplier * x / 14; local
1086 int handleCornerShift = penWidth/2;
H A Dgrid.cpp7800 int penWidth = attr->IsReadOnly() ? m_cellHighlightROPenWidth : m_cellHighlightPenWidth; local
7802 if (penWidth > 0)
7809 rect.x += penWidth / 2;
7810 rect.y += penWidth / 2;
7811 rect.width -= penWidth - 1;
7812 rect.height -= penWidth - 1;
7817 dc.SetPen(wxPen(IsInSelection(row,col) ? m_selectionForeground : m_cellHighlightColour, penWidth, wxSOLID));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp673 CGFloat penWidth = pen.GetWidth(); local
674 if (penWidth <= 0.0)
675 penWidth = 0.1;
676 CGContextSetLineWidth( m_cgContext , penWidth ) ;
724 const CGFloat dashUnit = penWidth < 1.0 ? 1.0 : penWidth;
H A Ddc.cpp1939 int penWidth = (int) (m_pen.GetWidth() * m_scaleX) ; local
1940 if ( penWidth == 0 )
1941 penWidth = 1 ;
1942 ::PenSize(penWidth, penWidth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic.cpp977 int penWidth = 0; local
979 penWidth = m_pen->GetWidth();
984 dc.DrawRectangle(WXROUND(topLeftX - penWidth), WXROUND(topLeftY - penWidth),
985 WXROUND(maxX + penWidth*2.0 + 4.0), WXROUND(maxY + penWidth*2.0 + 4.0));
1694 int penWidth = m_pen->GetWidth(); local
1696 if (penWidth != 1)
1697 clause->AddAttributeValue(_T("pen_width"), (long)penWidth);
H A Ddrawn.cpp1614 int penWidth = (int)expr->Nth(1)->IntegerValue(); local
1620 wxPen *p = wxThePenList->FindOrCreatePen(col, penWidth, penStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1992 int penWidth = (int) (m_pen.GetWidth() * m_scaleX) ; ; local
1994 if ( penWidth == 0 )
1995 penWidth = 1 ;
1996 ::PenSize(penWidth, penWidth);

Completed in 206 milliseconds