Searched refs:Rect (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86fbman.c1235 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 Dxf86fbman.c1227 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 Dsavage_xaa.c654 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 Dsavage_driver.h432 xRectangle Rect; member in struct:_Savage
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dprim.c343 static void Rect(void) function in typeref:typename:void
480 Viewport(2, 0); Rect();
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dprim.c357 static void Rect(void) function in typeref:typename:void
494 Viewport(2, 0); Rect();
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideo.h1514 VBOXVDMA_RECTL Rect; member in struct:VBOXVDMACMD_DMA_PRESENT_SHADOW2PRIMARY
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1179 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 Dimgui.cpp4686 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 Dimgui_widgets.cpp737 const ImRect window_rect = window->Rect();
5651 ImRect next_window_rect = next_window->Rect();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1179 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 Dimgui.cpp4686 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 Dimgui_widgets.cpp737 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 Dspirv.core.grammar.json5025 "enumerant" : "Rect",
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json9921 "enumerant" : "Rect",

Completed in 320 milliseconds