Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkShadowUtils.cpp530 int spotR = SkColorGetR(inSpotColor); in ComputeTonalColors() local
533 int max = std::max(std::max(spotR, spotG), spotB); in ComputeTonalColors()
534 int min = std::min(std::min(spotR, spotG), spotB); in ComputeTonalColors()
571 unPremulScale*spotR, in ComputeTonalColors()