Lines Matching refs:mpDisplay
2575 mpDisplay = NULL; in BEGIN_MESSAGE_MAP()
2593 if (mpDisplay) in ~string_reference_win()
2595 resource_view::CleanupDisplayResources(mpDisplay); in ~string_reference_win()
2596 guix_studio_delete_display(mpDisplay); in ~string_reference_win()
2597 delete mpDisplay; in ~string_reference_win()
2848 if (!mpDisplay) in CreateDisplay()
2862 mpDisplay = new GX_DISPLAY; in CreateDisplay()
2866 memsize = guix_create_app_display(mpDisplay, "string_test_display", in CreateDisplay()
2878 GetResourceView()->BuildResourceTables(active_display, mpDisplay, FALSE); in CreateDisplay()
2879 string_table::EnableDisableRuntimeBidiText(mpDisplay->gx_display_active_language); in CreateDisplay()
2883 delete mpDisplay; in CreateDisplay()
2884 mpDisplay = GX_NULL; in CreateDisplay()
2901 GetResourceView()->BuildResourceTables(active_display, mpDisplay, FALSE); in UpdateResourceTable()
2914 gx_display_active_language_set(mpDisplay, language); in SetActiveLanguage()