Searched refs:DISTANCE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Ddecode.h86 BROTLI_ERROR_CODE(_ERROR_FORMAT_, DISTANCE, -16) SEPARATOR \
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3870 const float DISTANCE = 10.0f; local in function:ShowExampleAppSimpleOverlay
3875 ImVec2 window_pos = ImVec2((corner & 1) ? io.DisplaySize.x - DISTANCE : DISTANCE, (corner & 2) ? io.DisplaySize.y - DISTANCE : DISTANCE);
H A Dimgui.cpp2475 const float DISTANCE = 3.0f + THICKNESS * 0.5f; local in function:ImGui::RenderNavHighlight
2476 display_rect.Expand(ImVec2(DISTANCE,DISTANCE));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2475 const float DISTANCE = 3.0f + THICKNESS * 0.5f; local in function:ImGui::RenderNavHighlight
2476 display_rect.Expand(ImVec2(DISTANCE,DISTANCE));

Completed in 96 milliseconds