| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_copy_sub_buffer.spec | 68 <x> and <y> indicates the lower-left corner of the region to copy and
|
| MESA_configless_context.spec | 118 required behavior in this corner case and applications should avoid
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_copy_sub_buffer.spec | 68 <x> and <y> indicates the lower-left corner of the region to copy and
|
| MESA_configless_context.spec | 118 required behavior in this corner case and applications should avoid
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| miarc.c | 1348 SppPointRec center, corner, otherCorner; local 1380 corner = pRight->clock; 1385 corner = pLeft->clock; 1396 arc.angle1 = -miDatan2(corner.y - center.y, corner.x - center.x); 1405 pArcPts[2].x = corner.x; 1406 pArcPts[2].y = corner.y; 1421 poly[0] = corner; 1424 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) 1456 SppPointRec corner, otherCorner, center, endPoint, poly[5]; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| miarc.c | 1217 SppPointRec center, corner, otherCorner; local 1250 corner = pRight->clock; 1254 corner = pLeft->clock; 1265 arc.angle1 = -miDatan2 (corner.y - center.y, corner.x - center.x); 1274 pArcPts[2].x = corner.x; 1275 pArcPts[2].y = corner.y; 1290 poly[0] = corner; 1293 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) 1331 SppPointRec corner, otherCorner, center, endPoint, poly[5]; local [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_sprite_point.spec | 46 The lower-left corner has texture coordinate (0,0,r,q). 123 are labeled A, B, C, and D, starting at the lower-left corner and moving
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_sprite_point.spec | 46 The lower-left corner has texture coordinate (0,0,r,q). 123 are labeled A, B, C, and D, starting at the lower-left corner and moving
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| report-sgr.pl | 614 which denotes one corner of the rectangle. The current cursor position is the 615 other corner.
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_demo.cpp | 146 ImGui::BulletText("Click and drag on lower right corner to resize window\n(double-click to auto fit window to its contents)."); 333 ImGui::SameLine(); ShowHelpMarker("Enable resizing of windows from their edges and from the lower-left corner.\nThis requires (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) because it needs mouse cursor feedback."); 3867 // Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use. 3871 static int corner = 0; local 3873 if (corner != -1) 3875 ImVec2 window_pos = ImVec2((corner & 1) ? io.DisplaySize.x - DISTANCE : DISTANCE, (corner & 2) ? io.DisplaySize.y - DISTANCE : DISTANCE); 3876 ImVec2 window_pos_pivot = ImVec2((corner & 1) ? 1.0f : 0.0f, (corner & 2) ? 1.0f : 0.0f); 3880 if (ImGui::Begin("Example: Simple overlay", p_open, (corner != -1 ? ImGuiWindowFlags_NoMove : 0) | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | I (…) [all...] |
| imgui.cpp | 110 - Click upper right corner to close a window, available when 'bool* p_open' is passed to ImGui::Begin(). 111 - Click and drag on lower right corner to resize window (double-click to auto fit window to its contents). 4719 const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, grip.CornerPosN); local 4722 ImRect resize_rect(corner - grip.InnerDir * grip_hover_outer_size, corner + grip.InnerDir * grip_hover_inner_size); 4741 ImVec2 corner_target = g.IO.MousePos - g.ActiveIdClickOffset + ImLerp(grip.InnerDir * grip_hover_outer_size, grip.InnerDir * -grip_hover_inner_size, grip.CornerPosN); // Corner of the window corresponding to our corner grip 4865 // - Passing 'bool* p_open' displays a Close button on the upper-right corner of the window, the pointed value will be set to false when the button is pressed. 5278 const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, grip.CornerPosN); local 5279 window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_size, grip_draw_size) : ImVec2(grip_ (…) [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| geometry.c | 105 unsigned short corner; member in struct:_DoodadInfo 1409 || (uStrCaseCmp(field, "corner") == 0) 1442 if ((!uStrCaseCmp(field, "corner")) 1457 di->corner = tmp.ival; 1699 if ((!uStrCaseCmp(field, "corner")) 1714 di->corner = tmp.ival;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui.cpp | 110 - Click upper right corner to close a window, available when 'bool* p_open' is passed to ImGui::Begin(). 111 - Click and drag on lower right corner to resize window (double-click to auto fit window to its contents). 4719 const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, grip.CornerPosN); local 4722 ImRect resize_rect(corner - grip.InnerDir * grip_hover_outer_size, corner + grip.InnerDir * grip_hover_inner_size); 4741 ImVec2 corner_target = g.IO.MousePos - g.ActiveIdClickOffset + ImLerp(grip.InnerDir * grip_hover_outer_size, grip.InnerDir * -grip_hover_inner_size, grip.CornerPosN); // Corner of the window corresponding to our corner grip 4865 // - Passing 'bool* p_open' displays a Close button on the upper-right corner of the window, the pointed value will be set to false when the button is pressed. 5278 const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, grip.CornerPosN); local 5279 window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_size, grip_draw_size) : ImVec2(grip_ (…) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1035 float *corner, int layer, unsigned face) 1051 * per-pixel faces we can actually have multiple corner texels per pixel, 1057 * ensures that only valid texels near the corner are used.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1021 float *corner, int layer, unsigned face) 1037 * per-pixel faces we can actually have multiple corner texels per pixel, 1043 * ensures that only valid texels near the corner are used.
|