Searched refs:casterProperties (Results 1 – 1 of 1) sorted by relevance
127 const RenderProperties& casterProperties = caster->getNodeProperties(); in drawShadow() local129 if (casterProperties.getAlpha() <= 0.0f || casterProperties.getOutline().getAlpha() <= 0.0f || in drawShadow()130 !casterProperties.getOutline().getPath() || casterProperties.getScaleX() == 0 || in drawShadow()131 casterProperties.getScaleY() == 0) { in drawShadow()137 casterProperties.getAlpha() * casterProperties.getOutline().getAlpha(); in drawShadow()145 const RevealClip& revealClip = casterProperties.getRevealClip(); in drawShadow()152 bool clippedToBounds = casterProperties.getClippingFlags() & CLIP_TO_CLIP_BOUNDS; in drawShadow()157 casterProperties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds); in drawShadow()180 const SkPath* casterPath = casterProperties.getOutline().getPath(); in drawShadow()204 zParams = SkPoint3::Make(0, 0, casterProperties.getZ()); in drawShadow()[all …]