Searched refs:dashUnit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp451 const double dashUnit = m_width < 1.0 ? 1.0 : m_width; local
454 dashUnit , dashUnit + 2.0
505 m_userLengths[i] = wxdashes[i] * dashUnit ;
507 if ( i % 2 == 1 && m_userLengths[i] < dashUnit + 2.0 )
508 m_userLengths[i] = dashUnit + 2.0 ;
509 else if ( i % 2 == 0 && m_userLengths[i] < dashUnit )
510 m_userLengths[i] = dashUnit ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp349 const CGFloat dashUnit = m_width < 1.0 ? 1.0 : m_width; local
351 const CGFloat dotted[] = { dashUnit , dashUnit + 2.0 };
391 m_userLengths[i] = dashes[i] * dashUnit;
393 if ( i % 2 == 1 && m_userLengths[i] < dashUnit + 2.0 )
394 m_userLengths[i] = dashUnit + 2.0;
395 else if ( i % 2 == 0 && m_userLengths[i] < dashUnit )
396 m_userLengths[i] = dashUnit;
H A Ddccg.cpp724 const CGFloat dashUnit = penWidth < 1.0 ? 1.0 : penWidth; local
726 const CGFloat dotted[] = { dashUnit , dashUnit + 2.0 };
764 userLengths[i] = dashes[i] * dashUnit ;
766 if ( i % 2 == 1 && userLengths[i] < dashUnit + 2.0 )
767 userLengths[i] = dashUnit + 2.0 ;
768 else if ( i % 2 == 0 && userLengths[i] < dashUnit )
769 userLengths[i] = dashUnit ;

Completed in 92 milliseconds