HomeSort by relevance Sort by last modified time
    Searched refs:setLightCenter (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 77 ANDROID_API void setLightCenter(const Vector3& lightCenter);
RenderProxy.cpp 108 void RenderProxy::setLightCenter(const Vector3& lightCenter) {
109 mRenderThread.queue().post([=]() { mContext->setLightCenter(lightCenter); });
CanvasContext.h 127 void setLightCenter(const Vector3& lightCenter);
CanvasContext.cpp 233 void CanvasContext::setLightCenter(const Vector3& lightCenter) {
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 138 proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)});
  /frameworks/base/libs/hwui/utils/
TestWindowContext.cpp 83 mProxy->setLightCenter(lightVector);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 584 setLightCenter(attachInfo);
592 void setLightCenter(AttachInfo attachInfo) {
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/widget/
Magnifier.java 664 mRenderer.setLightCenter(mDisplay, pendingX, pendingY);
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 564 proxy->setLightCenter((Vector3){0, 0, 0});
android_view_ThreadedRenderer.cpp 731 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});
    [all...]

Completed in 623 milliseconds