Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DInvertEffect.cpp58 kB_Channel = 4, in onSync() enumerator
77 case kB_Channel: return { { 1, 1,-1, 1}, { 0,0,1,0}, CS::kRGB }; // b' = 1 - b in onSync()
DLevelsEffect.cpp148 kB_Channel = 4, in onSync() enumerator
163 channel == kB_Channel || channel == kRGB_Channel ? lut.data() : nullptr in onSync()