Home
last modified time | relevance | path

Searched defs:view (Results 176 - 200 of 475) sorted by relevance

12345678910>>...19

/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp282 bool CustomInputMethod::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
300 void CustomInputMethod::DealKeyEvent(UIView& view) in DealKeyEvent() argument
347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress() argument
366 OnRelease(UIView& view, const ReleaseEvent& event) OnRelease() argument
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp148 UIView *view = rootComponent_->GetComponentRootView(); in CreatePage() local
189 UIView *view = ComponentUtils::GetViewFromBindingObject(dom); in GetViewByRef() local
205 void BasicTddTest::Click(const UIView *view, uint8_t sleepTicks) const in Click() argument
217 LongPress(const UIView *view, uint8_t sleepTicks) const LongPress() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp31 void PickerListScrollListener::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() argument
60 void PickerListScrollListener::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() argument
[all...]
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp58 void UIDumpDomTree::AddImageViewSpecialField(const UIView* view, cJSON* usr) const in AddImageViewSpecialField() argument
80 void UIDumpDomTree::AddLabelField(const UIView* view, cJSON* usr) const in AddLabelField() argument
87 void UIDumpDomTree::AddLabelButtonField(const UIView* view, cJSON* usr) const in AddLabelButtonField() argument
94 void UIDumpDomTree::AddCheckboxField(const UIView* view, cJSON* usr) const in AddCheckboxField() argument
105 void UIDumpDomTree::AddToggleButtonField(const UIView* view, cJSO argument
112 AddProgressField(const UIView* view, cJSON* usr) const AddProgressField() argument
121 AddScrollViewField(const UIView* view, cJSON* usr) const AddScrollViewField() argument
129 AddListField(const UIView* view, cJSON* usr) const AddListField() argument
141 AddClockField(const UIView* view, cJSON* usr) const AddClockField() argument
150 AddPickerField(const UIView* view, cJSON* usr) const AddPickerField() argument
157 AddSwipeViewField(const UIView* view, cJSON* usr) const AddSwipeViewField() argument
165 AddTimePickerField(const UIView* view, cJSON* usr) const AddTimePickerField() argument
174 AddSpecialField(const UIView* view, cJSON* usr) const AddSpecialField() argument
238 AddCommonField(UIView* view, cJSON* usr) const AddCommonField() argument
256 OutputDomNode(UIView* view) OutputDomNode() argument
303 OutputDomTree(UIView* view, cJSON* usr) OutputDomTree() argument
343 DumpJsonById(UIView* view, const char* id, DumpMode mode) DumpJsonById() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_polyline.cpp218 virtual void Callback(UIView* view) in Callback() argument
321 OnClick(UIView& view, const ClickEvent& event) OnClick() argument
371 ClickExpand(UIView& view, UIChartDataSerial::PointStyle pointStyle) ClickExpand() argument
408 SetLastPos(UIView* view) SetLastPos() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp346 bool UITestDialog::OnClick(UIView &view, const ClickEvent& event) in OnClick() argument
470 bool UITestDialog::ClickExpand(UIView &view, cons argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp296 UIView* view = new UIView(); in CreateTestCaseUIView() local
311 UIView* view = CreateTestCaseUIView(200); // 200 : opacity in UIKitOpacityTestUIView001() local
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp346 bool UITestCircleProgress::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
[all...]
H A Dui_test_box_progress.cpp312 bool UITestBoxProgress::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h105 const TypeId view[] = { Interface::UID }; in GetModifiers() local
/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp76 virtual void Callback(UIView* view) in Callback() argument
/third_party/glfw/examples/
H A Dsplitview.c157 mat4x4 view; in drawGrid() local
222 mat4x4 view, projection; in drawAllViews() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.c231 ecma_op_dataview_get_set_view_value (ecma_value_t view, /**< the operation's 'view' argument */ in ecma_op_dataview_get_set_view_value() argument
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c162 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts, in fdl6_view_init() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_lrz.c186 tu_lrz_init_state(struct tu_cmd_buffer *cmd, const struct tu_render_pass_attachment *att, const struct tu_image_view *view) tu_lrz_init_state() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp118 pipe_image_view view; in create_image_view() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h107 virgl_sampler_view(struct pipe_sampler_view *view) in virgl_sampler_view() argument
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c87 struct pipe_sampler_view *view; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c179 struct lvp_image_view *view; in lvp_CreateImageView() local
376 struct lvp_buffer_view *view; lvp_CreateBufferView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c433 struct pipe_sampler_view *view = views[i]; in svga_set_sampler_views() local
389 svga_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) svga_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c222 st_save_zombie_sampler_view(struct st_context *st, struct pipe_sampler_view *view) st_save_zombie_sampler_view() argument
H A Dst_draw_feedback.c320 struct pipe_sampler_view *view = views[i]; in st_feedback_draw_vbo() local
476 struct pipe_sampler_view *view = views[i]; st_feedback_draw_vbo() local
[all...]
H A Dst_sampler_view.c58 get_sampler_view_reference(struct st_sampler_view *sv, struct pipe_sampler_view *view) get_sampler_view_reference() argument
86 st_texture_set_sampler_view(struct st_context *st, struct gl_texture_object *stObj, struct pipe_sampler_view *view, bool glsl130_or_later, bool srgb_skip_decode, bool get_reference, bool locked) st_texture_set_sampler_view() argument
647 struct pipe_sampler_view *view = sv->view; st_get_texture_sampler_view_from_stobj() local
671 struct pipe_sampler_view *view = st_get_texture_sampler_view_from_stobj() local
701 struct pipe_sampler_view *view = sv->view; st_get_buffer_sampler_view_from_stobj() local
747 struct pipe_sampler_view *view = st_get_buffer_sampler_view_from_stobj() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c138 struct pipe_sampler_view *view = NULL; in llvmpipe_set_sampler_views() local
204 struct pipe_sampler_view *view in llvmpipe_create_sampler_view() local
258 llvmpipe_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) llvmpipe_sampler_view_destroy() argument
293 struct pipe_sampler_view *view = i < num ? views[i] : NULL; prepare_shader_sampling() local
437 struct pipe_sampler_view *view = views[i]; llvmpipe_cleanup_stage_sampling() local
465 struct pipe_image_view *view = i < num ? &views[i] : NULL; prepare_shader_images() local
604 struct pipe_image_view *view = &views[i]; llvmpipe_cleanup_stage_images() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c279 nv50_get_surface_dims(const struct pipe_image_view *view, in nv50_get_surface_dims() argument
315 nv50_mark_image_range_valid(const struct pipe_image_view *view) nv50_mark_image_range_valid() argument
327 nv50_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, int width, int height, int depth) nv50_set_surface_info() argument
406 struct pipe_image_view *view = &nv50->images[gmem->slot]; nv50_compute_validate_surfaces() local
[all...]

Completed in 16 milliseconds

12345678910>>...19