HomeSort by relevance Sort by last modified time
    Searched refs:fOccluderType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkShadowUtils.cpp 127 OccluderType fOccluderType;
131 fLightRadius != that.fLightRadius || fOccluderType != that.fOccluderType) {
134 switch (fOccluderType) {
156 bool transparent = OccluderType::kTransparent == fOccluderType;
158 if (ctm.hasPerspective() || OccluderType::kOpaquePartialUmbra == fOccluderType) {
718 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent;
721 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaqueNoUmbra;
723 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaquePartialUmbra;
725 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent
    [all...]
  /external/skqp/src/utils/
SkShadowUtils.cpp 126 OccluderType fOccluderType;
130 fLightRadius != that.fLightRadius || fOccluderType != that.fOccluderType) {
133 switch (fOccluderType) {
155 bool transparent = OccluderType::kTransparent == fOccluderType;
157 if (ctm.hasPerspective() || OccluderType::kOpaquePartialUmbra == fOccluderType) {
686 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent;
689 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaqueNoUmbra;
691 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaquePartialUmbra;
693 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent
    [all...]

Completed in 2450 milliseconds