Home
last modified time | relevance | path

Searched defs:marker_size_x (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp5395 float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? CalcTextSize(UNSAVED_DOCUMENT_MARKER, NULL, false).x : 0.0f; in Begin() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5709 const float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? button_sz * 0.80f : 0.0f; in RenderWindowTitleBarContents() local

Completed in 41 milliseconds