Home
last modified time | relevance | path

Searched refs:page_id (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c273 static INT get_page_index(INT page_id) in get_page_index() argument
277 switch (page_id) in get_page_index()
403 static VOID screen_list_slide(GX_WINDOW *window, INT page_id) in screen_list_slide() argument
414 INT page_index = get_page_index(page_id); in screen_list_slide()
/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h96 void WritePageBlock(const GX_FONT *font, USHORT page_id);
Dbinary_resource_gen.cpp1487 void binary_resource_gen::WritePageBlock(const GX_FONT *font, USHORT page_id) in WritePageBlock() argument
1496 header.gx_page_header_index = page_id; in WritePageBlock()