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

  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 208 CREATE_BRIDGE2(setLightCenter, CanvasContext* context, Vector3 lightCenter) {
209 args->context->setLightCenter(args->lightCenter);
213 void RenderProxy::setLightCenter(const Vector3& lightCenter) {
214 SETUP_TASK(setLightCenter);
CanvasContext.cpp 237 void CanvasContext::setLightCenter(const Vector3& lightCenter) {
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 573 setLightCenter(attachInfo);
581 void setLightCenter(AttachInfo attachInfo) {
    [all...]

Completed in 77 milliseconds