Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_page.c245 void lv_page_set_edge_flash(lv_obj_t * page, bool en) in lv_page_set_edge_flash()
292 lv_obj_t * lv_page_get_scrl(const lv_obj_t * page) in lv_page_get_scrl()
304 uint16_t lv_page_get_anim_time(const lv_obj_t * page) in lv_page_get_anim_time()
320 lv_sb_mode_t lv_page_get_sb_mode(const lv_obj_t * page) in lv_page_get_sb_mode()
331 bool lv_page_get_scroll_propagation(lv_obj_t * page) in lv_page_get_scroll_propagation()
342 bool lv_page_get_edge_flash(lv_obj_t * page) in lv_page_get_edge_flash()
358 lv_coord_t lv_page_get_fit_width(lv_obj_t * page) in lv_page_get_fit_width()
372 lv_coord_t lv_page_get_fit_height(lv_obj_t * page) in lv_page_get_fit_height()
601 void lv_page_start_edge_flash(lv_obj_t * page) in lv_page_start_edge_flash()
1079 lv_obj_t * page = lv_obj_get_parent(scrl); in scrl_def_event_cb() local
[all …]
A Dlv_page.h199 static inline void lv_page_set_scrl_fit(lv_obj_t * page, lv_fit_t fit) in lv_page_set_scrl_fit()
209 static inline void lv_page_set_scrl_width(lv_obj_t * page, lv_coord_t w) in lv_page_set_scrl_width()
219 static inline void lv_page_set_scrl_height(lv_obj_t * page, lv_coord_t h) in lv_page_set_scrl_height()
229 static inline void lv_page_set_scrl_layout(lv_obj_t * page, lv_layout_t layout) in lv_page_set_scrl_layout()
286 static inline lv_coord_t lv_page_get_scrl_width(const lv_obj_t * page) in lv_page_get_scrl_width()
296 static inline lv_coord_t lv_page_get_scrl_height(const lv_obj_t * page) in lv_page_get_scrl_height()
306 static inline lv_layout_t lv_page_get_scrl_layout(const lv_obj_t * page) in lv_page_get_scrl_layout()
316 static inline lv_fit_t lv_page_get_scrl_fit_left(const lv_obj_t * page) in lv_page_get_scrl_fit_left()
326 static inline lv_fit_t lv_page_get_scrl_fit_right(const lv_obj_t * page) in lv_page_get_scrl_fit_right()
336 static inline lv_fit_t lv_page_get_scrl_fit_top(const lv_obj_t * page) in lv_page_get_scrl_fit_top()
[all …]
A Dlv_win.h61 lv_obj_t * page; /*Pointer to a page which holds the content*/ member
A Dlv_tileview.h37 lv_page_ext_t page; member
A Dlv_ddlist.h47 lv_page_ext_t page; /*Ext. of ancestor*/ member
A Dlv_list.h53 lv_page_ext_t page; /*Ext. of ancestor*/ member
A Dlv_ta.h60 lv_page_ext_t page; /*Ext. of ancestor*/ member
A Dlv_win.c473 lv_obj_t * page = ext->page; in lv_win_signal() local
A Dlv_tabview.c575 lv_obj_t * page = lv_obj_get_child_back(ext->content, NULL); in lv_tabview_get_tab() local
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnand.c92 static int nand_read_page_raw(aos_nand_t *chip, uint8_t *buf, int oob_required, int page) in nand_read_page_raw()
176 int oob_required, int page, int raw) in nand_write_page()
198 int page, bytes; in nand_do_read_desc() local
294 int page; in nand_do_write_desc() local
374 static int nand_read_oob_std(aos_nand_t *chip, int page) in nand_read_oob_std()
387 int page; in nand_only_read_oob() local
416 static int nand_write_oob_std(aos_nand_t *chip, int page) in nand_write_oob_std()
430 int page, ret, len; in nand_only_write_oob() local
464 int page; in nand_erase() local
552 int page; in nand_block_isbad() local
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dnfc_api.c23 void nfc_tagwrite_callback(PNFC_ADAPTER pNFCAdp, uint32_t page, uint32_t wr_data) in nfc_tagwrite_callback()
63 void nfc_tagread_callback(PNFC_ADAPTER pNFCAdp, uint32_t page) in nfc_tagread_callback()
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Dnand.h30 uint16_t page; /**< NAND memory Page address */ member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/ui/
A Dmodel_bind.c65 page_desc_t *page; in native_model_setdata() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/
A Dmodel_bind.c68 page_desc_t *page; in native_model_setdata() local
A Dpage_entry.c43 page_desc_t *page; in search_js_page_entry() local
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/
A Dpage_entry.c40 page_desc_t *page; in search_js_page_entry() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dmonitor_lp.c177 void cmd_efuse_extpath_write(u8 page, u8 addr, u8 val) in cmd_efuse_extpath_write()
/AliOS-Things-master/components/uvoice/codec/
A Dogg_decoder.c37 ogg_page page; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dtoken_enc.c67 VP8Tokens* page = NULL; in TBufferNewPage() local
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c55 char *page; member
698 cJSON *page = NULL, *pages = NULL; in board_parse_json_buff() local
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c629 CreateHIDDeviceMatchDictionary(const UInt32 page, const UInt32 usage, int *okay) in CreateHIDDeviceMatchDictionary()
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c428 uint8_t page = y / 8; in OLED_DrawPoint() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c1604 struct crop_mask *crop_data, struct pagedef *page, in process_command_opts()
2115 char *outname, unsigned int *page) in update_output_file()
2201 struct pagedef page; /* Page definition for output pages */ in main() local
4957 get_page_geometry (char *name, struct pagedef *page) in get_page_geometry()
4982 initPageSetup (struct pagedef *page, struct pageseg *pagelist, in initPageSetup()
5596 struct pagedef *page, struct pageseg *sections, in computeOutputPixelOffsets()
6899 unsigned int *page, unsigned int total_pages) in writeSelections()
7004 struct pagedef *page, struct pageseg *sections, in writeImageSections()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1260 cJSON *page = NULL, *pages = NULL; in board_parse_json_buff() local
/AliOS-Things-master/components/amp/ui/render/include/
A Drender.h290 page_desc_t *page; member

Completed in 62 milliseconds

12