Home
last modified time | relevance | path

Searched refs:spotB (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkShadowUtils.cpp535 int spotB = SkColorGetB(inSpotColor); in ComputeTonalColors() local
536 int max = std::max(std::max(spotR, spotG), spotB); in ComputeTonalColors()
537 int min = std::min(std::min(spotR, spotG), spotB); in ComputeTonalColors()
576 unPremulScale*spotB); in ComputeTonalColors()

Completed in 2 milliseconds