| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | dialog_container.cpp | 309 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); in SetView() local 293 SetView( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetView() argument 312 SetViewNew( const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Window>& rsWindow) SetViewNew() argument 323 container->AttachView(std::move(window), view, density, width, height, rsWindow->GetWindowId()); SetViewNew() local 327 AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, int32_t width, int32_t height, uint32_t windowId) AttachView() argument [all...] |
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| H A D | ui_content_impl.cpp | 391 auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize() local
|
| H A D | ace_ability.cpp | 328 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_view_functions.cpp | 622 JSView* view = obj->Unwrap<JSView>(); in Destroy() local 647 JSView* view = obj->Unwrap<JSView>(); in Destroy() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
| H A D | custom_test_ng.cpp | 105 RefPtr<AceType> view; in HWTEST_F() local 152 RefPtr<AceType> view; in HWTEST_F() local 200 RefPtr<AceType> view; in HWTEST_F() local 318 RefPtr<AceType> view; HWTEST_F() local 375 RefPtr<AceType> view; HWTEST_F() local 437 RefPtr<AceType> view; HWTEST_F() local 493 RefPtr<AceType> view; HWTEST_F() local 862 RefPtr<AceType> view; HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | root_view.cpp | 260 void RootView::RemoveViewFromInvalidMap(UIView* view) in RemoveViewFromInvalidMap() argument 449 AddInvalidateRect(Rect& rect, UIView* view) AddInvalidateRect() argument 466 AddInvalidateRectWithLock(Rect& rect, UIView* view) AddInvalidateRectWithLock() argument 492 MeasureView(UIView* view) MeasureView() argument 627 DrawTop(UIView* view, const Rect& rect) Render() argument [all...] |
| H A D | ui_arc_label.cpp | 30 ArcLabelAnimator(uint16_t rollCount, UIView* view) in ArcLabelAnimator() argument 68 CalculatedOffsetAngle(view); variable 92 void CalculatedOffsetAngle(UIView* view) in CalculatedOffsetAngle() argument
|
| H A D | ui_list.cpp | 112 UIView* view = GetView(index); in FillActiveView() local 128 UIView* view = GetView(index); in FillActiveView() local 183 UIView* view = GetChildrenHead(); in ~UIList() local 561 PushBack(UIView* view) PushBack() argument 581 PushFront(UIView* view) PushFront() argument 600 PopItem(UIView* view) PopItem() argument 616 SetHead(UIView* view) SetHead() argument 627 UIView* view = GetChildrenHead(); MoveChildByOffset() local [all...] |
| H A D | ui_edit_text.cpp | 30 explicit CursorAnimator(UIEditText* view) : Animator(this, view, 0, true), editText_(view) {} in CursorAnimator() argument
|
| H A D | ui_image_view.cpp | 34 GifImageAnimator(UIView* view, const char* src) in GifImageAnimator() argument 117 void GifImageAnimator::Callback(UIView* view) in Callback() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
| H A D | render_data_defines_3d.h | 405 BASE_NS::Math::Mat4X4 view; member
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | render_system.h | 332 BASE_NS::Math::Mat4X4 view; member
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | string.h | 138 const auto view = string_view(a); in basic_string() local 249 const auto view = string_view(a); in operator =() local 260 const auto view = string_view(str); in assign() local 408 const auto view = string_view(a); operator +=() local 511 const auto view = string_view(str); insert() local [all...] |
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | ptrace_64.c | 1015 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| H A D | ptrace_64.c | 1013 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_mman.c | 86 struct i915_ggtt_view view; in check_partial_mapping() local 200 struct i915_ggtt_view view = check_partial_mappings() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_vma.c | 103 vma_create(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_ggtt_view *view) vma_create() argument 233 vma_lookup(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_ggtt_view *view) vma_lookup() argument 271 i915_vma_instance(struct drm_i915_gem_object *obj, struct i915_address_space *vm, const struct i915_ggtt_view *view) i915_vma_instance() argument [all...] |
| H A D | i915_gem.c | 945 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, struct i915_gem_ww_ctx *ww, const struct i915_ggtt_view *view, u64 size, u64 alignment, u64 flags) i915_gem_object_ggtt_pin_ww() argument
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| H A D | raw3270.h | 100 struct raw3270_view *view; /* view of this request */ member 176 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view() argument 184 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view() argument [all...] |
| /kernel/linux/linux-5.10/kernel/ |
| H A D | ptrace.c | 892 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset() argument 909 const struct user_regset_view *view = task_user_regset_view(task); in ptrace_regset() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | atom.h | 33 } view; member 138 bool view:1; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | atom.h | 33 } view; member 138 bool view:1; member
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | ptrace.c | 894 find_regset(const struct user_regset_view *view, unsigned int type) in find_regset() argument 911 const struct user_regset_view *view = task_user_regset_view(task); in ptrace_regset() local
|
| /third_party/glfw/examples/ |
| H A D | boing.c | 219 mat4x4 projection, view; in reshape() local
|
| /third_party/glfw/src/ |
| H A D | cocoa_platform.h | 143 id view; member
|