Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkShadowUtils.h89 static void ComputeTonalColors(SkColor inAmbientColor, SkColor inSpotColor,
/third_party/skia/src/utils/
DSkShadowUtils.cpp521 void SkShadowUtils::ComputeTonalColors(SkColor inAmbientColor, SkColor inSpotColor, in ComputeTonalColors() argument
527 *outAmbientColor = SkColorSetARGB(SkColorGetA(inAmbientColor), 0, 0, 0); in ComputeTonalColors()