Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp71 const uint8_t gChannelTypeToShift[] = { variable
80 : fShiftX(gChannelTypeToShift[static_cast<int>(typeX)]) in Extractor()
81 , fShiftY(gChannelTypeToShift[static_cast<int>(typeY)]) in Extractor()
/external/skqp/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp39 const uint8_t gChannelTypeToShift[] = { variable
49 : fShiftX(gChannelTypeToShift[typeX]) in Extractor()
50 , fShiftY(gChannelTypeToShift[typeY]) in Extractor()