Searched refs:userLengths (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp722 CGFloat *userLengths = NULL ; local
761 userLengths = new CGFloat[count] ;
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 ;
772 lengths = userLengths ;
817 delete[] userLengths ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp475 REAL *userLengths = new REAL[count]; local
478 userLengths[i] = dashes[i];
480 m_pen->SetDashPattern( userLengths, count);
481 delete[] userLengths;

Completed in 49 milliseconds