OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRelativeLightCenter
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Snapshot.h
196
const Vector3& getRelativeLightCenter() const { return
mRelativeLightCenter
; }
197
void setRelativeLightCenter(const Vector3& lightCenter) {
mRelativeLightCenter
= lightCenter; }
342
Vector3
mRelativeLightCenter
;
Snapshot.cpp
59
,
mRelativeLightCenter
(s->
mRelativeLightCenter
) {
137
Vector3 center =
mRelativeLightCenter
;
141
mRelativeLightCenter
= center;
Completed in 517 milliseconds