OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Colors
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
113
struct ImGuiStyle; // Runtime data for styling/
colors
154
typedef unsigned int ImU32; // 32-bit unsigned integer (often used to store packed
colors
)
180
// 4D vector (often used to store floating-point
colors
)
209
IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (
colors
, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame.
375
IMGUI_API void TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.
Colors
[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
881
#define IMGUI_PAYLOAD_TYPE_COLOR_3F "_COL3F" // float[3]: Standard type for
colors
, without alpha. User code may use this type.
882
#define IMGUI_PAYLOAD_TYPE_COLOR_4F "_COL4F" // float[4]: Standard type for
colors
. User code may use this type.
1052
//ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered, // [unused since 1.60+] the close button now uses regular button
colors
.
1231
// and ImGui::PushStyleColor(ImGuiCol_XXX)/PopStyleColor() for
colors
.
1268
ImVec4
Colors
[ImGuiCol_COUNT]
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
113
struct ImGuiStyle; // Runtime data for styling/
colors
154
typedef unsigned int ImU32; // 32-bit unsigned integer (often used to store packed
colors
)
180
// 4D vector (often used to store floating-point
colors
)
209
IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (
colors
, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame.
375
IMGUI_API void TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.
Colors
[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
881
#define IMGUI_PAYLOAD_TYPE_COLOR_3F "_COL3F" // float[3]: Standard type for
colors
, without alpha. User code may use this type.
882
#define IMGUI_PAYLOAD_TYPE_COLOR_4F "_COL4F" // float[4]: Standard type for
colors
. User code may use this type.
1052
//ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered, // [unused since 1.60+] the close button now uses regular button
colors
.
1231
// and ImGui::PushStyleColor(ImGuiCol_XXX)/PopStyleColor() for
colors
.
1268
ImVec4
Colors
[ImGuiCol_COUNT]
[
all
...]
Completed in 50 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026