Searched defs:text_base_offset_y (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_widgets.cpp | 356 const float text_base_offset_y = ImMax(0.0f, window->DC.CurrentLineTextBaseOffset); // Latch before ItemSize changes it local in function:ImGui::BulletTextV 4775 const float text_base_offset_y = ImMax(padding.y, window->DC.CurrentLineTextBaseOffset); // Latch before ItemSize changes it local in function:ImGui::TreeNodeBehavior |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_widgets.cpp | 356 const float text_base_offset_y = ImMax(0.0f, window->DC.CurrentLineTextBaseOffset); // Latch before ItemSize changes it local in function:ImGui::BulletTextV 4775 const float text_base_offset_y = ImMax(padding.y, window->DC.CurrentLineTextBaseOffset); // Latch before ItemSize changes it local in function:ImGui::TreeNodeBehavior |
Completed in 30 milliseconds