Home
last modified time | relevance | path

Searched full:pages (Results 1 – 25 of 28) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp833 font_page_info *pages = info->font_pages; in MakeFont() local
893 if (pages[page].enabled && pages[page].first_char <= pages[page].last_char) in MakeFont()
895 char_map.Set(pages[page].first_char, pages[page].last_char); in MakeFont()
952 // now render actual font data pages in MakeFont()
DStudioXProject.cpp3758 CArray<font_page_info> pages; in ReadOneResource() local
3767 pages.Add(page_info); in ReadOneResource()
3771 put->font_pages_count = pages.GetCount(); in ReadOneResource()
3773 if (pages.GetCount()) in ReadOneResource()
3775 put->font_pages = new font_page_info[pages.GetCount()]; in ReadOneResource()
3776 for (int index = 0; index < pages.GetCount(); index++) in ReadOneResource()
3778 put->font_pages[index] = pages.GetAt(index); in ReadOneResource()
Dfont_path_dialog.cpp1149 …mpRangeListWin->Create(target_class_name, _T("Character Pages"), WS_CHILD | WS_VISIBLE | WS_VSCROL… in OnInitDialog()
1179 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
DMacroRecordDlg.cpp43 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
DMacroPlaybackDlg.cpp50 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
DNewProjectDlg.cpp69 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dfolder_name_dlg.cpp115 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dsynergy_settings_dlg.cpp136 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dmessage_dialog.cpp69 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dgrid_setting_dlg.cpp65 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dstring_export_dlg.cpp276 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dsprite_edit_dialog.cpp654 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dedit_pixelmap_dlg.cpp142 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
DPaletteLayoutDlg.cpp118 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Dcolor_edit_dialog.cpp784 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
Drich_text_edit_dlg.cpp891 // EXCEPTION: OCX Property Pages should return FALSE in OnInitDialog()
/GUIX-v6.2.1/common/src/
Dgx_vertical_list_scroll.c44 /* This function moves up or down the vertical list by pages. */
50 /* num_pages The number of pages to scroll */
222 /* Calculate the number of pages to be scrolled. */ in _gx_vertical_list_scroll()
238 /* Scroll pages. */ in _gx_vertical_list_scroll()
Dgx_horizontal_list_scroll.c44 /* This function moves left or right the horizontal list by pages. */
50 /* num_pages The number of pages to scroll */
223 /* Calculate the number of pages to be scrolled. */ in _gx_horizontal_list_scroll()
239 /* Scroll pages. */ in _gx_horizontal_list_scroll()
Dgx_display_driver_4bpp_simple_line_draw.c79 /* Roger Stevens "The C++ graphics programming handbook" pages 281-282. */ in _gx_display_driver_4bpp_simple_line_draw()
Dgx_display_driver_1bpp_simple_line_draw.c79 /* Roger Stevens "The C++ graphics programming handbook" pages 281-282. */ in _gx_display_driver_1bpp_simple_line_draw()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_binres_theme_load.c94 …pp//binary_files_for_regression//theme_5_font_pages_5460.bin", "5460 font pages with invalid glyph…
95 …pp//binary_files_for_regression//theme_5_font_pages_5472.bin", "5472 font pages with invalid glyph…
/GUIX-v6.2.1/.github/workflows/
Dregression_test.yml23 pages: write
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_1_message_screen.c24 …ike to let you know that an update to your item 2UiKit is now availlable in your Downloads pages.";
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dlights.c251 /* light pages switched. */
Dscreen_base.c498 /* Start animation to slide following pages to target position until in screen_list_slide()

12