Searched refs:lightX (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp89 float lightX = width / 2.0; local
91 proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)});
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp87 float lightX = mSize.width() / 2.0f; local
88 android::uirenderer::Vector3 lightVector { lightX, -200.0f, 800.0f };
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java584 final float lightX = displaySize.x / 2f - attachInfo.mWindowLeft;
587 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);
990 float lightX, float lightY, float lightZ);
989 nSetLightCenter(long nativeProxy, float lightX, float lightY, float lightZ) argument
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp493 jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) {
495 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});
492 android_view_ThreadedRenderer_setLightCenter(JNIEnv* env, jobject clazz, jlong proxyPtr, jfloat lightX, jfloat lightY, jfloat lightZ) argument

Completed in 1446 milliseconds