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

/frameworks/base/libs/hwui/
H A DSnapshot.cpp38 mRelativeLightCenter.x = mRelativeLightCenter.y = mRelativeLightCenter.z = 0;
55 , mRelativeLightCenter(s->mRelativeLightCenter) {
H A DSnapshot.h168 const Vector3& getRelativeLightCenter() const { return mRelativeLightCenter; }
169 void setRelativeLightCenter(const Vector3& lightCenter) { mRelativeLightCenter = lightCenter; }
276 Vector3 mRelativeLightCenter; member in class:android::uirenderer::Snapshot

Completed in 147 milliseconds