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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp96 // attempt to render the shadow if the caster about to be drawn is its caster,
97 // OR if its caster's Z value is similar to the previous potential caster
100 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow
119 void EndReorderBarrierDrawable::drawShadow(SkCanvas* canvas, RenderNodeDrawable* caster) { argument
120 const RenderProperties& casterProperties = caster->getNodeProperties();
163 caster->getRenderNode()->applyViewPropertyTransforms(hwuiMatrix);
167 // default the shadow-casting path to the outline of the caster
172 casterPath = caster
[all...]

Completed in 46 milliseconds