• Home
  • Raw
  • Download

Lines Matching refs:bind

132             .bind(       kChannel_Index, fChannel         )  in EasyLevelsEffectAdapter()
133 .bind( kInBlack_Index, fMapper.fInBlack ) in EasyLevelsEffectAdapter()
134 .bind( kInWhite_Index, fMapper.fInWhite ) in EasyLevelsEffectAdapter()
135 .bind( kGamma_Index, fMapper.fGamma ) in EasyLevelsEffectAdapter()
136 .bind( kOutBlack_Index, fMapper.fOutBlack) in EasyLevelsEffectAdapter()
137 .bind( kOutWhite_Index, fMapper.fOutWhite) in EasyLevelsEffectAdapter()
138 .bind(kClipToOutBlack_Index, fClip.fClipBlack ) in EasyLevelsEffectAdapter()
139 .bind(kClipToOutWhite_Index, fClip.fClipWhite ); in EasyLevelsEffectAdapter()
228 .bind( kRGBInBlack_Index, fRGBMapper.fInBlack ) in ProLevelsEffectAdapter()
229 .bind( kRGBInWhite_Index, fRGBMapper.fInWhite ) in ProLevelsEffectAdapter()
230 .bind( kRGBGamma_Index, fRGBMapper.fGamma ) in ProLevelsEffectAdapter()
231 .bind(kRGBOutBlack_Index, fRGBMapper.fOutBlack) in ProLevelsEffectAdapter()
232 .bind(kRGBOutWhite_Index, fRGBMapper.fOutWhite) in ProLevelsEffectAdapter()
234 .bind( kRInBlack_Index, fRMapper.fInBlack ) in ProLevelsEffectAdapter()
235 .bind( kRInWhite_Index, fRMapper.fInWhite ) in ProLevelsEffectAdapter()
236 .bind( kRGamma_Index, fRMapper.fGamma ) in ProLevelsEffectAdapter()
237 .bind(kROutBlack_Index, fRMapper.fOutBlack) in ProLevelsEffectAdapter()
238 .bind(kROutWhite_Index, fRMapper.fOutWhite) in ProLevelsEffectAdapter()
240 .bind( kGInBlack_Index, fGMapper.fInBlack ) in ProLevelsEffectAdapter()
241 .bind( kGInWhite_Index, fGMapper.fInWhite ) in ProLevelsEffectAdapter()
242 .bind( kGGamma_Index, fGMapper.fGamma ) in ProLevelsEffectAdapter()
243 .bind(kGOutBlack_Index, fGMapper.fOutBlack) in ProLevelsEffectAdapter()
244 .bind(kGOutWhite_Index, fGMapper.fOutWhite) in ProLevelsEffectAdapter()
246 .bind( kBInBlack_Index, fBMapper.fInBlack ) in ProLevelsEffectAdapter()
247 .bind( kBInWhite_Index, fBMapper.fInWhite ) in ProLevelsEffectAdapter()
248 .bind( kBGamma_Index, fBMapper.fGamma ) in ProLevelsEffectAdapter()
249 .bind(kBOutBlack_Index, fBMapper.fOutBlack) in ProLevelsEffectAdapter()
250 .bind(kBOutWhite_Index, fBMapper.fOutWhite) in ProLevelsEffectAdapter()
252 .bind( kAInBlack_Index, fAMapper.fInBlack ) in ProLevelsEffectAdapter()
253 .bind( kAInWhite_Index, fAMapper.fInWhite ) in ProLevelsEffectAdapter()
254 .bind( kAGamma_Index, fAMapper.fGamma ) in ProLevelsEffectAdapter()
255 .bind(kAOutBlack_Index, fAMapper.fOutBlack) in ProLevelsEffectAdapter()
256 .bind(kAOutWhite_Index, fAMapper.fOutWhite); in ProLevelsEffectAdapter()