/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | root_view_helper.cpp | 20 void DeleteViewChildren(UIView *view) in DeleteViewChildren() argument
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_extend_image_view.cpp | 40 void UIExtendImageView::SetCanvas(UIView* view) in SetCanvas() argument
|
H A D | ui_tree_manager.cpp | 52 void UITreeManager::GetLastEvent(UIView*& view, ViewLifeEvent& event)
in GetLastEvent() argument 58 void UITreeManager::OnLifeEvent(UIView* view, ViewLifeEvent event)
in OnLifeEvent() argument
|
H A D | ui_texture_mapper.cpp | 19 void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView* view) in Callback() argument 28 void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView& view) in OnStop() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/common_view/ |
H A D | common_view_test_ng.cpp | 41 CommonViewModelNG view; in HWTEST_F() local
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnAttachment.h | 22 wgpu::TextureView view() const { return fView; } in view() function in GrDawnAttachment
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DAttachment.h | 30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view() function in GrD3DAttachment
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUTextureView.cpp | 24 GPUTextureView::GPUTextureView(wgpu::TextureView view) : view_(std::move(view)) { in GPUTextureView() argument
|
/third_party/skia/gm/ |
H A D | swizzle.cpp | 29 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, bmp, GrMipmapped::kNo)); in DEF_SIMPLE_GPU_GM() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_loader.cpp | 23 bool LoadNativeView(const sptr<NativeView>& view) in LoadNativeView() argument
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | rotate_input_device.cpp | 53 UIView* view = FocusManager::GetInstance()->GetFocusedView(); in DispatchEvent() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-view.c | 13 GtkWidget *view; in create_view_and_model() local 33 GtkWidget *window, *view, *scrollwin; in treeview_main() local 43 gtk_container_add(GTK_CONTAINER(scrollwin), view); in treeview_main() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() argument 86 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_template() argument 98 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_dx9_template() argument [all...] |
/third_party/skia/tools/sk_app/mac/ |
H A D | WindowContextFactory_mac.h | 22 static inline CGFloat GetBackingScaleFactor(NSView* view) { in GetBackingScaleFactor() argument
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | MainActivity.java | 17 public void startTests(View view) { in startTests() argument
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | DemoActivity.java | 35 public void onClick(View view) { in onClick() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
H A D | rosen_window.cpp | 23 std::unique_ptr<PlatformWindow> PlatformWindow::Create(AceView* view) in Create() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_radio_button_unit_test.cpp | 103 UIViewGroup* view = static_cast<UIViewGroup*>(RootView::GetInstance()); in HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | flex_layout_unit_test.cpp | 28 auto view = new UIView();
in CreatView() local [all...] |
H A D | grid_layout_unit_test.cpp | 28 auto view = new UIView();
in CreatView() local [all...] |
H A D | list_layout_unit_test.cpp | 28 auto view = new UIView(); in CreatView() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_render/ |
H A D | ui_test_render.cpp | 89 UIView* view = new UIView(); in UIKitRenderTestRender001() local 149 OnClick(UIView& view, const ClickEvent& event) OnClick() argument [all...] |
/foundation/arkui/ui_lite/interfaces/innerkits/common/ |
H A D | input_method_manager.h | 30 UIView* view; /* view param for mini system without Window feature */ member
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_basic_layout.cpp | 175 void UITestBasicLayout::OnClickButton(UIView& view) in OnClickButton() argument 203 OnClick(UIView& view, const ClickEvent& event) OnClick() argument [all...] |
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | abstract_adapter.h | 91 virtual void DeleteView(UIView*& view) in DeleteView() argument 99 UIView* view = GetView(nullptr, index); in GetItemWidthWithMargin() local 110 UIView* view = GetView(nullptr, index); in GetItemHeightWithMargin() local [all...] |