Lines Matching refs:fCoeffs
94 .bind( kReds_Index, fCoeffs[0]) in BlackAndWhiteAdapter()
95 .bind( kYellows_Index, fCoeffs[1]) in BlackAndWhiteAdapter()
96 .bind( kGreens_Index, fCoeffs[2]) in BlackAndWhiteAdapter()
97 .bind( kCyans_Index, fCoeffs[3]) in BlackAndWhiteAdapter()
98 .bind( kBlues_Index, fCoeffs[4]) in BlackAndWhiteAdapter()
99 .bind(kMagentas_Index, fCoeffs[5]); in BlackAndWhiteAdapter()
107 (fCoeffs[0] ) / 100, in onSync()
108 (fCoeffs[1] ) / 100, in onSync()
109 (fCoeffs[2] ) / 100, in onSync()
110 (fCoeffs[3] ) / 100, in onSync()
111 (fCoeffs[4] ) / 100, in onSync()
112 (fCoeffs[5] ) / 100, in onSync()
121 ScalarValue fCoeffs[6]; member in skottie::internal::__anon4fccc79e0111::BlackAndWhiteAdapter