Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_context.cc72 int w = GHOST_GetWidthRectangle(bounds); in GLContext()
138 int w = GHOST_GetWidthRectangle(bounds); in activate()
/dports/graphics/blender/blender-2.91.0/intern/ghost/test/gears/
H A DGHOST_C-Test.c269 w = (float)GHOST_GetWidthRectangle(hRect) / (float)GHOST_GetHeightRectangle(hRect); in setViewPortGL()
272 glViewport(0, 0, GHOST_GetWidthRectangle(hRect), GHOST_GetHeightRectangle(hRect)); in setViewPortGL()
/dports/graphics/blender/blender-2.91.0/intern/ghost/test/multitest/
H A DMultiTest.c180 mw->size[0] = GHOST_GetWidthRectangle(bounds); in mainwindow_do_reshape()
428 lw->size[0] = GHOST_GetWidthRectangle(bounds); in loggerwindow_do_reshape()
676 ew->size[0] = GHOST_GetWidthRectangle(bounds); in extrawindow_do_reshape()
/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_C-api.h769 extern GHOST_TInt32 GHOST_GetWidthRectangle(GHOST_RectangleHandle rectanglehandle);
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_C-api.cpp720 GHOST_TInt32 GHOST_GetWidthRectangle(GHOST_RectangleHandle rectanglehandle) in GHOST_GetWidthRectangle() function
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_playanim.c192 *r_width = GHOST_GetWidthRectangle(bounds); in playanim_window_get_size()
H A Dwm_window.c627 win->sizex = GHOST_GetWidthRectangle(bounds); in wm_window_ghostwindow_add()