Home
last modified time | relevance | path

Searched refs:fCoeffs (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skottie/src/effects/
DBlackAndWhiteEffect.cpp94 .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()
[all …]