Home
last modified time | relevance | path

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

/third_party/skia/src/utils/win/
DSkWGL_win.cpp177 #define TEMP_CLASS STR_LIT("TempClass") macro
199 wc.lpszClassName = TEMP_CLASS; in create_temp_window()
211 TEMP_CLASS, in create_temp_window()
220 UnregisterClass(TEMP_CLASS, module); in create_temp_window()
231 UnregisterClass(TEMP_CLASS, module); in destroy_temp_window()