Searched refs:TexUvWhitePixel (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp620 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;
1088 const ImVec2 uv = _Data->TexUvWhitePixel;
1444 TexUvWhitePixel = ImVec2(0.0f, 0.0f);
1795 atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f);
2122 atlas->TexUvWhitePixel = ImVec2((r.X + 0.5f) * atlas->TexUvScale.x, (r.Y + 0.5f) * atlas->TexUvScale.y);
H A Dimgui.h2069 ImVec2 TexUvWhitePixel; // Texture coordinates to a white pixel member in struct:ImFontAtlas
H A Dimgui_internal.h669 ImVec2 TexUvWhitePixel; // UV of white pixel in the atlas member in struct:ImDrawListSharedData
H A Dimgui.cpp5680 g.DrawListSharedData.TexUvWhitePixel = atlas->TexUvWhitePixel;
6314 return GImGui->DrawListSharedData.TexUvWhitePixel;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp620 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;
1088 const ImVec2 uv = _Data->TexUvWhitePixel;
1444 TexUvWhitePixel = ImVec2(0.0f, 0.0f);
1795 atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f);
2122 atlas->TexUvWhitePixel = ImVec2((r.X + 0.5f) * atlas->TexUvScale.x, (r.Y + 0.5f) * atlas->TexUvScale.y);
H A Dimgui.h2069 ImVec2 TexUvWhitePixel; // Texture coordinates to a white pixel member in struct:ImFontAtlas
H A Dimgui_internal.h669 ImVec2 TexUvWhitePixel; // UV of white pixel in the atlas member in struct:ImDrawListSharedData
H A Dimgui.cpp5680 g.DrawListSharedData.TexUvWhitePixel = atlas->TexUvWhitePixel;
6314 return GImGui->DrawListSharedData.TexUvWhitePixel;

Completed in 161 milliseconds