Home
last modified time | relevance | path

Searched defs:ShadowSettings (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/ui/include/ui/
H A DShadowSettings.h28 struct ShadowSettings { struct
30 FloatRect boundaries = FloatRect();
54 static inline bool operator==(const ShadowSettings& lhs, const ShadowSettings& rhs) { argument
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DLayerSettings.h107 struct ShadowSettings { struct
109 vec4 ambientColor = vec4();
113 vec4 spotColor = vec4();
116 vec3 lightPos = vec3();
120 float lightRadius = 0.f;
123 float length = 0.f;
127 bool casterIsTranslucent = false;
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSettings.java39 public class ShadowSettings { class