Searched refs:FocusPoint (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | postprocess.h | 88 META_API_INTERFACE_PROPERTY_CACHED(DepthOfField, FocusPoint, float)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_postprocess.h | 374 META_PROPERTY(float, FocusPoint)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | postprocess_effect_impl.cpp | 286 META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::IDepthOfField, float, FocusPoint, 3.f) 302 … BindChanges<float>(propHandler_, META_ACCESS_PROPERTY(FocusPoint), meta, PP_DOF_FOCUSPOINT);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 2108 Point FocusPoint = {1.0, 2.0}; variable 2110 session->SetFocusPoint(FocusPoint); 2112 ASSERT_EQ((session->GetFocusPoint().x), FocusPoint.x > 1 ? 1 : FocusPoint.x); 2113 ASSERT_EQ((session->GetFocusPoint().y), FocusPoint.y > 1 ? 1 : FocusPoint.y); 3904 Point FocusPoint = {1.0, 2.0}; variable 3906 session->SetFocusPoint(FocusPoint); 3909 session->GetFocusPoint(FocusPoint);
|