Searched refs:_Data (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 409 #define GetCurrentClipRect() (_ClipRectStack.Size ? _ClipRectStack.Data[_ClipRectStack.Size-1] : _Data->ClipRectFullscreen) 500 PushClipRect(ImVec2(_Data->ClipRectFullscreen.x, _Data->ClipRectFullscreen.y), ImVec2(_Data->ClipRectFullscreen.z, _Data->ClipRectFullscreen.w)); 620 ImVec2 b(c.x, a.y), d(a.x, c.y), uv(_Data->TexUvWhitePixel); 674 const ImVec2 uv = _Data->TexUvWhitePixel; 862 const ImVec2 uv = _Data->TexUvWhitePixel; 948 const ImVec2& c = _Data->CircleVtx12[a % IM_ARRAYSIZE(_Data [all...] |
| H A D | imgui.h | 1806 const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::GetDrawListSharedData() to get the one from current ImGui context) member in struct:ImDrawList 1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); }
|
| H A D | imgui_internal.h | 1001 OverlayDrawList._Data = &DrawListSharedData;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 409 #define GetCurrentClipRect() (_ClipRectStack.Size ? _ClipRectStack.Data[_ClipRectStack.Size-1] : _Data->ClipRectFullscreen) 500 PushClipRect(ImVec2(_Data->ClipRectFullscreen.x, _Data->ClipRectFullscreen.y), ImVec2(_Data->ClipRectFullscreen.z, _Data->ClipRectFullscreen.w)); 620 ImVec2 b(c.x, a.y), d(a.x, c.y), uv(_Data->TexUvWhitePixel); 674 const ImVec2 uv = _Data->TexUvWhitePixel; 862 const ImVec2 uv = _Data->TexUvWhitePixel; 948 const ImVec2& c = _Data->CircleVtx12[a % IM_ARRAYSIZE(_Data [all...] |
| H A D | imgui.h | 1806 const ImDrawListSharedData* _Data; // Pointer to shared draw data (you can use ImGui::GetDrawListSharedData() to get the one from current ImGui context) member in struct:ImDrawList 1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); }
|
| H A D | imgui_internal.h | 1001 OverlayDrawList._Data = &DrawListSharedData;
|
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | gxvcommn.h | 265 ( ( (GXV_ ## tag ## _Data)gxvalid->table_data )->field )
|
Completed in 172 milliseconds