Searched refs:mRelativeLightCenter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.h196 const Vector3& getRelativeLightCenter() const { return mRelativeLightCenter; }
197 void setRelativeLightCenter(const Vector3& lightCenter) { mRelativeLightCenter = lightCenter; }
342 Vector3 mRelativeLightCenter; member in class:android::uirenderer::Snapshot
H A DSnapshot.cpp59 , mRelativeLightCenter(s->mRelativeLightCenter) {
137 Vector3 center = mRelativeLightCenter;
141 mRelativeLightCenter = center;

Completed in 37 milliseconds