Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp533 SkScalar unPremulScale = colorScale / tonalAlpha; in ComputeTonalColors() local
535 unPremulScale*spotR, in ComputeTonalColors()
536 unPremulScale*spotG, in ComputeTonalColors()
537 unPremulScale*spotB); in ComputeTonalColors()
/external/skqp/src/utils/
DSkShadowUtils.cpp506 SkScalar unPremulScale = colorScale / tonalAlpha; in ComputeTonalColors() local
508 unPremulScale*spotR, in ComputeTonalColors()
509 unPremulScale*spotG, in ComputeTonalColors()
510 unPremulScale*spotB); in ComputeTonalColors()