Home
last modified time | relevance | path

Searched refs:IM_COL32_A_SHIFT (Results 101 – 102 of 102) sorted by relevance

12345

/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_draw.cpp3939 if (((col & IM_COL32_A_MASK) >> IM_COL32_A_SHIFT) < 0xFF) in RenderColorRectWithAlphaCheckerboard()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui.cpp1222 ((in >> IM_COL32_A_SHIFT) & 0xFF) * s); in ColorConvertU32ToFloat4()
1231 out |= ((ImU32)IM_F32_TO_INT8_SAT(in.w)) << IM_COL32_A_SHIFT; in ColorConvertFloat4ToU32()

12345