Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/utils/
H A DSkShadowTessellator.cpp72 bool computeConvexShadow(SkScalar inset, SkScalar outset, bool doClip);
263 bool SkBaseShadowTessellator::computeConvexShadow(SkScalar inset, SkScalar outset, bool doClip) { in computeConvexShadow() function in SkBaseShadowTessellator
954 fSucceeded = this->computeConvexShadow(inset, outset, false); in SkAmbientShadowTessellator()
1057 fSucceeded = this->computeConvexShadow(inset, outset, true); in SkSpotShadowTessellator()