Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DBlackAndWhiteEffect.cpp96 .bind( kReds_Index, fCoeffs[0]) in BlackAndWhiteAdapter()
97 .bind( kYellows_Index, fCoeffs[1]) in BlackAndWhiteAdapter()
98 .bind( kGreens_Index, fCoeffs[2]) in BlackAndWhiteAdapter()
99 .bind( kCyans_Index, fCoeffs[3]) in BlackAndWhiteAdapter()
100 .bind( kBlues_Index, fCoeffs[4]) in BlackAndWhiteAdapter()
101 .bind(kMagentas_Index, fCoeffs[5]); in BlackAndWhiteAdapter()
109 (fCoeffs[0] ) / 100, in onSync()
110 (fCoeffs[1] ) / 100, in onSync()
111 (fCoeffs[2] ) / 100, in onSync()
112 (fCoeffs[3] ) / 100, in onSync()
[all …]