Searched refs:Scissor (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_camera.h | 160 META_PROPERTY(BASE_NS::Math::Vec4, Scissor)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | camera.h | 60 META_API_INTERFACE_PROPERTY_CACHED(Camera, Scissor, BASE_NS::Math::Vec4) in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | camera_impl.cpp | 49 SCENE_NS::ICamera, BASE_NS::Math::Vec4, Scissor, BASE_NS::Math::Vec4(0.f, 0.f, 1.f, 1.f)) 123 …BindChanges<BASE_NS::Math::Vec4>(propHandler_, META_ACCESS_PROPERTY(Scissor), meta, CAMERA_SCISSOR… in CompleteInitialization()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 391 static napi_value Scissor(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 1570 NVal::DeclareNapiFunction("scissor", WebGLRenderingContextBase::Scissor), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base.cpp | 1455 napi_value WebGLRenderingContextBase::Scissor(napi_env env, napi_callback_info info) in Scissor() function in OHOS::Rosen::WebGLRenderingContextBase
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | opengles.md | 623 - Scissor test: determines whether the fragment is in the visible area.
|