Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp132 OccluderType fOccluderType; member
137 fOccluderType != that.fOccluderType) { in isCompatible()
140 switch (fOccluderType) { in isCompatible()
161 bool transparent = OccluderType::kTransparent == fOccluderType; in makeVertices()
520 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent; in DrawShadow()
522 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaque; in DrawShadow()
539 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent; in DrawShadow()
542 factory.fOccluderType = in DrawShadow()
547 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent; in DrawShadow()
552 if (factory.fOccluderType == SpotVerticesFactory::OccluderType::kOpaque) { in DrawShadow()
[all …]