Searched refs:HeightWin (Results 1 – 5 of 5) sorted by relevance
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/ |
H A D | Draw_Window.cxx | 273 aSize.x() = HeightWin(); in Draw_Window() 572 || theNewDy != HeightWin()) in SetDimension() 613 Standard_Integer Draw_Window::HeightWin() const in HeightWin() function in Draw_Window 800 Rectangle (aWorkDC, 0, 0, WidthWin(), HeightWin()); in Clear() 815 XFillRectangle (Draw_WindowDisplay, myImageBuffer, myBase->gc, 0, 0, WidthWin(), HeightWin()); in Clear() 922 WidthWin(), HeightWin(), in Redraw()
|
H A D | Draw_Window.hxx | 143 Standard_EXPORT Standard_Integer HeightWin() const;
|
H A D | Draw_Window_1.mm | 263 //function : HeightWin 266 Standard_Integer Draw_Window::HeightWin() const function
|
H A D | Draw_Viewer.cxx | 159 myViews[id]->SetDy(-myViews[id]->HeightWin() / 2); in MakeView() 371 H = myViews[id]->HeightWin(); in GetPosSize() 630 myViews[id]->SetDy(-myViews[id]->HeightWin() / 2); in ConfigView()
|
/dports/cad/opencascade/opencascade-7.6.0/inc/ |
H A D | Draw_Window.hxx | 143 Standard_EXPORT Standard_Integer HeightWin() const;
|