Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGRenderContext.h92 void applyOpacity(SkScalar opacity, uint32_t flags);
DSkSVGRenderContext.cpp281 this->applyOpacity(opacity->value(), flags); in applyPresentationAttributes()
289 void SkSVGRenderContext::applyOpacity(SkScalar opacity, uint32_t flags) { in applyOpacity() function in SkSVGRenderContext