HomeSort by relevance Sort by last modified time
    Searched defs:caster (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
RenderNode.cpp 663 // if we can't simply use the caster's path directly, create a temporary one
721 RenderNode* caster = casterOp->mRenderNode; local
723 // attempt to render the shadow if the caster about to be drawn is its caster,
724 // OR if its caster's Z value is similar to the previous potential caster
726 caster->issueDrawShadowOperation(casterOp->mTransformFromParent, handler);
728 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 457 union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() }; local
458 return caster.as_ptype;
462 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }; local
463 return caster.as_ptype;

Completed in 675 milliseconds