Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 5 of 5) sorted by relevance

/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()
/GUIX-v6.4.1/guix_studio/
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()
626 void GetFontMetrics(GXS_FONT_LIBRARY_HANDLE *handle, in GetFontMetrics()
671 GX_FONT *MakeFontPage(GXS_FONT_LIBRARY_HANDLE *handle, in MakeFontPage()
843 GXS_FONT_LIBRARY_HANDLE *handle; in MakeFont() local
1000 GXS_FONT_LIBRARY_HANDLE *handle; in InsertStringTableGlyphs() local
DMainFrm.cpp2207 HWND handle = 0; in OnTestMessage() local
/GUIX-v6.4.1/scripts/
Dwin-installer-helper.psm11093 $handle = $process.Handle in Start-ExternalProcess() variable
1190 $handle = $process.Handle in Run-ExternalProcessWithWaitAndKill() variable
1268 $handle = $process.Handle in Wait-ForProcess() variable
1736 $handle = $process.Handle in Run-VisualStudioInstallerProcessMonitor() variable
/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py337 def send_to_studio(handle, cmd, param): argument
350 def post_to_studio(handle, cmd, param): argument