Home
last modified time | relevance | path

Searched defs:view (Results 151 – 173 of 173) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp471 bool UITestImage::OnClick(UIView &view, const ClickEvent& event) in OnClick()
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp44 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h138 const auto view = string_view(a); in basic_string() local
260 const auto view = string_view(str); in assign() local
511 const auto view = string_view(str); in insert() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp59 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
H A Dui_view.cpp436 UIView* view = this; in Invalidate() local
447 void UIView::InvalidateRect(const Rect& invalidatedArea, UIView* view) in InvalidateRect()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_util.h130 const auto view = in FromJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp628 JSView* view = obj->Unwrap<JSView>(); in Destroy() local
653 JSView* view = obj->Unwrap<JSView>(); in Destroy() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp1148 UIView *view = GetComponent(page, "button"); variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp43 void DeleteChildrenAndListener(UIView* view) in DeleteChildrenAndListener()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.h132 TransitionImpl(TransitionParams& params, UIView* view) in TransitionImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp306 auto view = string_view(source); in FixBindings() local
370 const auto view = string_view(source); in PostProcessSource() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1085 BufferView* view = data.bufferViews[i].get(); in LoadBuffers() local
1180 BufferView* view = bufferViews[i].get(); in ReleaseBuffers() local
H A Dgltf2_loader.cpp485 auto view = make_unique<BufferView>(); in ParseBufferView() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp325 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv() local
H A Dui_content_impl.cpp391 …auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsU… in CommonInitialize() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h405 BASE_NS::Math::Mat4X4 view; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h332 BASE_NS::Math::Mat4X4 view; member
H A Drender_system.cpp1047const Math::Mat4X4& view, Math::Vec3 pos, Math::Vec3 normal, float sideSign, float clipPlaneOffset) in CalculateCameraSpaceClipPlane()
1850 …const Math::Mat4X4 view = Math::Inverse(Math::Mat4X4(renderMatrixComponent.matrix.data), determina… in ProcessCameras() local
2600 const Entity& entity, const Math::Mat4X4& view, const Math::Mat4X4& proj) in UpdateAndGetPreviousFrameCameraData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp902 auto view = array_view( in GenerateDefaultNormals() local
906 auto view = array_view( in GenerateDefaultNormals() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2933 constructor(arg, view) { argument
4909 markDependentElementsDirty(view) { argument
8244 let view; variable
8269 let view; variable
8554 static findProvider(view, aliasName) { argument
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1111 void AceContainer::SetView(const RefPtr<AceView>& view, double density, int32_t width, int32_t heig… in SetView()
1131const RefPtr<AceView>& view, double density, float width, float height, sptr<OHOS::Rosen::Window> … in SetViewNew()
1982 void AceContainer::AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double d… in AttachView()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp485 string_view view(value); in SetDefaultSerializers() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h383 mat4 view; member

1234567