Home
last modified time | relevance | path

Searched defs:col_border (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp2955 const ImU32 col_border = IM_COL32(0, 0, 0, 255); // Black in RenderMouseCursor() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp2943 const ImU32 col_border = IM_COL32(0, 0, 0, 255); // Black in RenderMouseCursor() local
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp3793 …c2 pos, float scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_sh… in RenderMouseCursor()