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

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

Completed in 29 milliseconds