Home | History | Annotate | Download | only in utils

Lines Matching refs:transparent

28     SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent);
128 SkBaseShadowTessellator::SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent)
133 , fTransparent(transparent)
344 const SkPoint3& zPlaneParams, bool transparent);
371 bool transparent)
372 : INHERITED(zPlaneParams, transparent)
398 // if original path is transparent, will accumulate sum of points for centroid
490 // if transparent, add point to first one in array and add to center fan
677 // if transparent, add point to first one in array and add to center fan
721 // if transparent, add point to first one in array and add to center fan
742 SkScalar lightRadius, bool transparent);
786 bool transparent)
787 : INHERITED(zPlaneParams, transparent)
1341 // add to center fan if transparent or centroid showing
1396 const SkPoint3& zPlane, bool transparent) {
1397 SkAmbientShadowTessellator ambientTess(path, ctm, zPlane, transparent);
1403 SkScalar lightRadius, bool transparent) {
1404 SkSpotShadowTessellator spotTess(path, ctm, zPlane, lightPos, lightRadius, transparent);