Searched refs:srcColor (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.cpp159 void wxMacCalculateColour( int logical_func , const RGBColor &srcColor , RGBColor &dstColor ) ;
161 void wxMacCalculateColour( int logical_func , const RGBColor &srcColor , RGBColor &dstColor )
166 dstColor.red = dstColor.red & srcColor.red ;
167 dstColor.green = dstColor.green & srcColor.green ;
168 dstColor.blue = dstColor.blue & srcColor.blue ;
172 dstColor.red = dstColor.red & ~srcColor.red ;
173 dstColor.green = dstColor.green & ~srcColor.green ;
174 dstColor.blue = dstColor.blue & ~srcColor.blue ;
178 dstColor.red = ~dstColor.red & srcColor.red ;
179 dstColor.green = ~dstColor.green & srcColor
1364 RGBColor srcColor, dstColor ; local
1427 RGBColor srcColor, dstColor ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp174 void wxMacCalculateColour( int logical_func , const RGBColor &srcColor , RGBColor &dstColor ) ;
176 void wxMacCalculateColour( int logical_func , const RGBColor &srcColor , RGBColor &dstColor )
181 dstColor.red = dstColor.red & srcColor.red ;
182 dstColor.green = dstColor.green & srcColor.green ;
183 dstColor.blue = dstColor.blue & srcColor.blue ;
186 dstColor.red = dstColor.red & ~srcColor.red ;
187 dstColor.green = dstColor.green & ~srcColor.green ;
188 dstColor.blue = dstColor.blue & ~srcColor.blue ;
191 dstColor.red = ~dstColor.red & srcColor.red ;
192 dstColor.green = ~dstColor.green & srcColor
1242 RGBColor srcColor ; local
1301 RGBColor srcColor ; local
[all...]

Completed in 99 milliseconds