Home
last modified time | relevance | path

Searched refs:innerAngle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp832 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateTopBottomArea() local
833 const float horizontalBorderLength = outsideBorder + innerAngle; in UpdateTopBottomArea()
854 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateLeftRightArea() local
855 const float verticalBorderLength = outsideBorder + innerAngle; in UpdateLeftRightArea()
875 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateInnerAngleArea() local
877 iaRect.width_ = outsideBorder + innerAngle; in UpdateInnerAngleArea()
878 iaRect.height_ = outsideBorder + innerAngle; in UpdateInnerAngleArea()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h765 float innerAngle = 0.f; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp556 exportLight->positional.spot.innerAngle = lightComponent.spotInnerAngle; in ExportGltfLight()
2112 if (light->positional.spot.innerAngle != 0.f) { in ExportKHRLights()
2113 jsonSpotObject["innerConeAngle"] = light->positional.spot.innerAngle; in ExportKHRLights()
H A Dgltf2_loader.cpp1743 … if (!ParseOptionalNumber<float>(loadResult, spot.innerAngle, jsonData, "innerConeAngle", 0.f)) { in PrimitiveAttributes()
H A Dgltf2_importer.cpp1929 component.spotInnerAngle = node.light->positional.spot.innerAngle; in CreateLight()