Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py337 def send_to_studio(handle, cmd, param): argument
345 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, None)
347 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, param)
350 def post_to_studio(handle, cmd, param): argument
358 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, None)
360 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, param)
824 handle = studio_windows['main_frame']
826 return(send_to_studio(handle,command, param))
830 handle = studio_windows['main_frame']
832 return(post_to_studio(handle, command, param))
[all …]
/GUIX-v6.4.1/guix_studio/
Dgx_studio_font_util.h38 int gxs_font_util_open(char *font_file, int pt, int aa, GXS_FONT_LIBRARY_HANDLE *handle);
39 int gxs_font_util_get_glyph(GXS_FONT_LIBRARY_HANDLE handle, int glyph_index, int pt, int aa, GXS_FO…
40 int gxs_font_util_close(GXS_FONT_LIBRARY_HANDLE handle);
Dgx_studio_font_util.cpp23 int gx_studio_font_util_open(const char *font_file, GXS_FONT_LIBRARY_HANDLE **handle) in gx_studio_font_util_open() argument
55 *handle = font_handle; in gx_studio_font_util_open()
626 void GetFontMetrics(GXS_FONT_LIBRARY_HANDLE *handle, in GetFontMetrics() argument
646 gx_studio_font_util_get_glyph(handle, use_char, in GetFontMetrics()
671 GX_FONT *MakeFontPage(GXS_FONT_LIBRARY_HANDLE *handle, in MakeFontPage() argument
720 if (FT_HAS_KERNING(handle->face)) in MakeFontPage()
793 gx_studio_font_util_get_glyph(handle, use_char, in MakeFontPage()
811 …gx_studio_font_util_get_kerning_info(handle, use_char, firstchar, lastchar, put_kerning_glyph, &ma… in MakeFontPage()
843 GXS_FONT_LIBRARY_HANDLE *handle; in MakeFont() local
856 if (gx_studio_font_util_open(CT2A(abspath.GetString()), &handle) != 0) in MakeFont()
[all …]
DMainFrm.cpp2207 HWND handle = 0; in OnTestMessage() local
2211 handle = owner->GetSafeHwnd(); in OnTestMessage()
2214 if (handle == (HWND)_tstoi(parent_owner)) in OnTestMessage()
2226handle,// A handle to a child window. The search begins with the next windnow in the Z order. If t… in OnTestMessage()
DREADME.txt82 The application wizard has generated code to handle the print, print setup, and print preview
/GUIX-v6.4.1/guix_studio/ports/
Dgx_win32_studio_display_driver.c84 VOID gx_win32_set_win_handle(VOID* driver_data, HWND handle) in gx_win32_set_win_handle() argument
87 data->win32_driver_winhandle = handle; in gx_win32_set_win_handle()
Dgx_win32_studio_display_driver.h45 VOID gx_win32_set_win_handle(VOID *driver_data, HWND handle);
/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11093 $handle = $process.Handle in Start-ExternalProcess() variable
1097 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Start-ExternalProcess()
1190 $handle = $process.Handle in Run-ExternalProcessWithWaitAndKill() variable
1194 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Run-ExternalProcessWithWaitAndKill()
1268 $handle = $process.Handle in Wait-ForProcess() variable
1736 $handle = $process.Handle in Run-VisualStudioInstallerProcessMonitor() variable
/GUIX-v6.4.1/test/example_internal/folder_output_test/
DNote.txt2 The second display handle no event. It can be run simply.
/GUIX-v6.4.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt300 … Called widget's event process to handle resize for radial …
391 …pp_pixelmap_rotate.c Added a helper function to handle simple rotation wi…
711 modified gx_system_string_viewable_length_get to handle UTF8 encoding
715 modified gx_widget_event_process.c to handle GX_EVENT_LANGUAGE_CHANGE and GX_EVENT_RESOURCE_CHANGE.
/GUIX-v6.4.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt300 … Called widget's event process to handle resize for radial …
391 …pp_pixelmap_rotate.c Added a helper function to handle simple rotation wi…
711 modified gx_system_string_viewable_length_get to handle UTF8 encoding
715 modified gx_widget_event_process.c to handle GX_EVENT_LANGUAGE_CHANGE and GX_EVENT_RESOURCE_CHANGE.
/GUIX-v6.4.1/docs/
Drevision_history.txt968 … Called widget's event process to handle resize for radial …
1059 …pp_pixelmap_rotate.c Added a helper function to handle simple rotation wi…
1368 modified gx_system_string_viewable_length_get to handle UTF8 encoding
1372 modified gx_widget_event_process.c to handle GX_EVENT_LANGUAGE_CHANGE and GX_EVENT_RESOURCE_CHANGE.