Searched refs:U0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-tuple.h | 258 template <typename U0, typename U1> 259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} 267 template <typename U0, typename U1> 268 tuple& operator=(const ::std::pair<U0, U1>& p) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2493 glyph.U0 = u0; 2504 MetricsTotalSurface += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + 1.99f) * (int)((glyph.V1 - glyph.V0) * ContainerAtlas->TexHeight + 1.99f); 2745 draw_list->PrimRectUV(ImVec2(pos.x + glyph->X0 * scale, pos.y + glyph->Y0 * scale), ImVec2(pos.x + glyph->X1 * scale, pos.y + glyph->Y1 * scale), ImVec2(glyph->U0, glyph->V0), ImVec2(glyph->U1, glyph->V1), col); 2875 float u1 = glyph->U0;
|
| H A D | imgui.h | 1943 float U0, V0, U1, V1; // Texture coordinates member in struct:ImFontGlyph
|
| H A D | imgui_demo.cpp | 2969 ImGui::Text("UV: (%.3f,%.3f)->(%.3f,%.3f)", glyph->U0, glyph->V0, glyph->U1, glyph->V1);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 2493 glyph.U0 = u0; 2504 MetricsTotalSurface += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + 1.99f) * (int)((glyph.V1 - glyph.V0) * ContainerAtlas->TexHeight + 1.99f); 2745 draw_list->PrimRectUV(ImVec2(pos.x + glyph->X0 * scale, pos.y + glyph->Y0 * scale), ImVec2(pos.x + glyph->X1 * scale, pos.y + glyph->Y1 * scale), ImVec2(glyph->U0, glyph->V0), ImVec2(glyph->U1, glyph->V1), col); 2875 float u1 = glyph->U0;
|
| H A D | imgui.h | 1943 float U0, V0, U1, V1; // Texture coordinates member in struct:ImFontGlyph
|
Completed in 94 milliseconds