Searched refs:casterProperties (Results 1 – 1 of 1) sorted by relevance
133 const RenderProperties& casterProperties = caster->getNodeProperties(); in drawShadow() local135 if (casterProperties.getAlpha() <= 0.0f || casterProperties.getOutline().getAlpha() <= 0.0f || in drawShadow()136 !casterProperties.getOutline().getPath() || casterProperties.getScaleX() == 0 || in drawShadow()137 casterProperties.getScaleY() == 0) { in drawShadow()143 casterProperties.getAlpha() * casterProperties.getOutline().getAlpha(); in drawShadow()151 const RevealClip& revealClip = casterProperties.getRevealClip(); in drawShadow()158 bool clippedToBounds = casterProperties.getClippingFlags() & CLIP_TO_CLIP_BOUNDS; in drawShadow()163 casterProperties.getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds); in drawShadow()186 const SkPath* casterPath = casterProperties.getOutline().getPath(); in drawShadow()210 zParams = SkPoint3::Make(0, 0, casterProperties.getZ()); in drawShadow()[all …]