| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86fbman.c | 1235 xRectangle Rect[3]; local in function:xf86InitFBManagerArea 1243 Rect[0].x = Rect[0].y = 0; 1244 Rect[0].width = pScrn->displayWidth; 1245 Rect[0].height = PixelArea / pScrn->displayWidth; 1249 if ((Rect[1].height = Rect[1].width = PixelArea % pScrn->displayWidth)) { 1250 Rect[1].x = 0; 1251 Rect[1].y = Rect[ [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86fbman.c | 1227 xRectangle Rect[3]; local in function:xf86InitFBManagerArea 1235 Rect[0].x = Rect[0].y = 0; 1236 Rect[0].width = pScrn->displayWidth; 1237 Rect[0].height = PixelArea / pScrn->displayWidth; 1241 if ((Rect[1].height = Rect[1].width = PixelArea % pScrn->displayWidth)) { 1242 Rect[1].x = 0; 1243 Rect[1].y = Rect[ [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_xaa.c | 654 psav->Rect.x = x; 655 psav->Rect.y = y + 1; 656 psav->Rect.width = w; 657 psav->Rect.height = h - 1; 667 xRectangle xr = psav->Rect; 675 psav->Rect.height--; 676 psav->Rect.y++;
|
| H A D | savage_driver.h | 432 xRectangle Rect; member in struct:_Savage
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | prim.c | 343 static void Rect(void) function in typeref:typename:void 480 Viewport(2, 0); Rect();
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | prim.c | 357 static void Rect(void) function in typeref:typename:void 494 Viewport(2, 0); Rect();
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | VBoxVideo.h | 1514 VBOXVDMA_RECTL Rect; member in struct:VBOXVDMACMD_DMA_PRESENT_SHADOW2PRIMARY
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1179 ImRect OuterRectClipped; // = WindowRect just after setup in Begin(). == window->Rect() for root window. 1221 ImRect Rect() const { return ImRect(Pos.x, Pos.y, Pos.x+Size.x, Pos.y+Size.y); } function in struct:ImGuiWindow
|
| H A D | imgui.cpp | 4686 ImRect rect = window->Rect(); 5212 ImRect bb = window->Rect(); 5260 menu_bar_rect.ClipWith(window->Rect()); // Soft clipping, in particular child window don't have minimum size covering the menu bar so this is useful for them. 5294 ImRect bb = window->Rect(); 5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1)) 5416 window->OuterRectClipped = window->Rect();
|
| H A D | imgui_widgets.cpp | 737 const ImRect window_rect = window->Rect(); 5651 ImRect next_window_rect = next_window->Rect();
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1179 ImRect OuterRectClipped; // = WindowRect just after setup in Begin(). == window->Rect() for root window. 1221 ImRect Rect() const { return ImRect(Pos.x, Pos.y, Pos.x+Size.x, Pos.y+Size.y); } function in struct:ImGuiWindow
|
| H A D | imgui.cpp | 4686 ImRect rect = window->Rect(); 5212 ImRect bb = window->Rect(); 5260 menu_bar_rect.ClipWith(window->Rect()); // Soft clipping, in particular child window don't have minimum size covering the menu bar so this is useful for them. 5294 ImRect bb = window->Rect(); 5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1)) 5416 window->OuterRectClipped = window->Rect();
|
| H A D | imgui_widgets.cpp | 737 const ImRect window_rect = window->Rect(); 5651 ImRect next_window_rect = next_window->Rect();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 5025 "enumerant" : "Rect",
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 9921 "enumerant" : "Rect",
|