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

/frameworks/base/libs/hwui/
H A DCanvasState.h156 const Vector3& currentLightCenter() const { return currentSnapshot()->getRelativeLightCenter(); }
H A DSnapshot.h168 const Vector3& getRelativeLightCenter() const { return mRelativeLightCenter; } function in class:android::uirenderer::Snapshot
H A DFrameBuilder.cpp96 Vector3 lightCenter = mCanvasState.currentSnapshot()->getRelativeLightCenter();
458 mCanvasState.currentSnapshot()->getRelativeLightCenter(),
843 Vector3 lightCenter = previous->getRelativeLightCenter();
897 Vector3 lightCenter = previous->getRelativeLightCenter();

Completed in 1358 milliseconds