Home
last modified time | relevance | path

Searched defs:lightCenter (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DLightingInfo.h68 static void setLightCenterRaw(const Vector3& lightCenter) { in setLightCenterRaw()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp94 SkPoint lightCenter = preTransform.mapXY(lightGeometry.center.x, lightGeometry.center.y); in draw() local
H A DSkiaOpenGLPipeline.cpp156 SkPoint lightCenter = preTransform.mapXY(lightGeometry.center.x, lightGeometry.center.y); in draw() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp142 void RenderProxy::setLightGeometry(const Vector3& lightCenter, float lightRadius) { in setLightGeometry()
H A DCanvasContext.cpp293 void CanvasContext::setLightGeometry(const Vector3& lightCenter, float lightRadius) { in setLightGeometry()