Searched refs:getRelativeLightCenter (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h159 const Vector3& currentLightCenter() const { return currentSnapshot()->getRelativeLightCenter(); }
H A DSnapshot.h196 const Vector3& getRelativeLightCenter() const { return mRelativeLightCenter; } function in class:android::uirenderer::Snapshot
H A DFrameBuilder.cpp95 Vector3 lightCenter = mCanvasState.currentSnapshot()->getRelativeLightCenter();
455 mCanvasState.currentSnapshot()->getRelativeLightCenter(),
837 Vector3 lightCenter = previous->getRelativeLightCenter();
891 Vector3 lightCenter = previous->getRelativeLightCenter();

Completed in 161 milliseconds