Searched defs:caster (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp101 // attempt to render the shadow if the caster about to be drawn is its caster,
102 // OR if its caster's Z value is similar to the previous potential caster
105 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow
120 void EndReorderBarrierDrawable::drawShadow(SkCanvas* canvas, RenderNodeDrawable* caster) { argument
121 const RenderProperties& casterProperties = caster->getNodeProperties();
167 caster->getRenderNode()->applyViewPropertyTransforms(hwuiMatrix);
198 caster->getRenderNode()->applyViewPropertyTransforms(zMatrix, true);

Completed in 65 milliseconds