| /oneTBB/examples/common/gui/ |
| H A D | macvideo.cpp | 56 title = "Video"; in video() 68 strncpy(window_title, title, WINDOW_TITLE_SIZE - 1); in init_window() 86 printf("%s: %.1f fps\n", title, fps); in terminate() 123 title, in next_frame() 160 if (title) in show_title() 161 strncpy(window_title, title, WINDOW_TITLE_SIZE); in show_title()
|
| H A D | winvideo.hpp | 67 const char *title, in WinInit() argument 77 wndclass.lpszClassName = title; in WinInit() 95 title, // Window caption in WinInit() 166 title = "Video"; in video() 219 n = _snprintf(buffer, 128, "%s: %d fps", v->title, int(double(g_fps + g_skips) / sec)); in loop_once() 312 SetWindowTextA(g_hAppWnd, title); in show_title()
|
| H A D | xvideo.cpp | 84 title = "Video"; in video() 184 XSetStandardProperties(dpy, win, g_video->title, g_video->title, None, nullptr, 0, &sh); in init_window() 398 title, in next_frame() 415 XStoreName(dpy, win, title); in show_title()
|
| H A D | convideo.cpp | 57 title = "Video"; in video() 87 printf("%s: %.1f fps\n", title, fps); in terminate()
|
| H A D | gdivideo.cpp | 112 if (!WinInit(win_hInstance, win_iCmdShow, gWndClass, title, true)) { in init_window()
|
| H A D | video.hpp | 74 const char *title; member in video
|
| H A D | d2dvideo.cpp | 122 if (!WinInit(win_hInstance, win_iCmdShow, gWndClass, title, false)) { in init_window()
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tachyon_video.cpp | 75 title = buf; in on_process() 83 title = global_window_title; in on_process() 104 title = "Press ESC to exit or 'p' to continue after rendering completion"; in on_key()
|
| H A D | main.cpp | 225 char *title = getenv("TITLE"); in window_title_string() local 226 if (title) in window_title_string() 227 strcpy(name, title); in window_title_string() 356 tachyon.title = global_window_title; in main()
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | seismic_video.cpp | 44 title = titles[initIsParallel ? 1 : 0]; in on_key() 74 title = titles[initIsParallel ? 1 : 0]; in SeismicVideo()
|
| /oneTBB/doc/index/ |
| H A D | toctree.rst | 32 /main/tbb_userguide/title
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | fractal_video.hpp | 91 title = "oneTBB: Fractal Example"; in fractal_video()
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | pover_video.cpp | 68 gVideo->title = g_windowTitle; in initializeVideo()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 32 # title of most generated pages and in a few other places. 537 # append additional text to a page's title, such as Class Reference. If set to 1734 # following commands have a special meaning inside the header: $title, 1736 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
|