Home
last modified time | relevance | path

Searched refs:bg_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1640 int bg_idx = (target == ImGuiTableBgTarget_RowBg1) ? 1 : 0; in TableSetBgColor() local
1641 table->RowBgColor[bg_idx] = color; in TableSetBgColor()