Searched refs:ctspec (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 Ddc.cpp2162 ColorSpecPtr ctspec = (ColorSpecPtr) &(**ctable).ctTable ; local
2163 if ( ctspec[0].rgb.red == 0x0000 )
2165 ctspec[1].rgb = MAC_WXCOLORREF( m_textBackgroundColour.GetPixel()) ;
2166 ctspec[0].rgb = MAC_WXCOLORREF( m_textForegroundColour.GetPixel()) ;
2170 ctspec[0].rgb = MAC_WXCOLORREF( m_textBackgroundColour.GetPixel()) ;
2171 ctspec[1].rgb = MAC_WXCOLORREF( m_textForegroundColour.GetPixel()) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp2174 ColorSpecPtr ctspec = (ColorSpecPtr) &(**ctable).ctTable ; local
2175 if ( ctspec[0].rgb.red == 0x0000 )
2177 ctspec[1].rgb = MAC_WXCOLORREF( m_textBackgroundColour.GetPixel()) ;
2178 ctspec[0].rgb = MAC_WXCOLORREF( m_textForegroundColour.GetPixel()) ;
2182 ctspec[0].rgb = MAC_WXCOLORREF( m_textBackgroundColour.GetPixel()) ;
2183 ctspec[1].rgb = MAC_WXCOLORREF( m_textForegroundColour.GetPixel()) ;

Completed in 81 milliseconds