Searched refs:HighlightColor (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | WithColor.cpp | 21 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, bool DisableColors) in WithColor() 26 case HighlightColor::Address: in WithColor() 29 case HighlightColor::String: in WithColor() 32 case HighlightColor::Tag: in WithColor() 35 case HighlightColor::Attribute: in WithColor() 38 case HighlightColor::Enumerator: in WithColor() 41 case HighlightColor::Macro: in WithColor() 44 case HighlightColor::Error: in WithColor() 47 case HighlightColor::Warning: in WithColor() 50 case HighlightColor::Note: in WithColor() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | WithColor.h | 22 enum class HighlightColor { enum 47 WithColor(raw_ostream &OS, HighlightColor S, bool DisableColors = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 242 WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr); in dumpAttribute() 254 auto Color = HighlightColor::Enumerator; in dumpAttribute() 256 Color = HighlightColor::String; in dumpAttribute() 586 WithColor(OS, HighlightColor::Address).get() in dump() 592 WithColor(OS, HighlightColor::Tag).get().indent(Indent) in dump()
|
D | DWARFDebugMacro.cpp | 31 WithColor(OS, HighlightColor::Macro).get() << MacinfoString(E.Type); in dump()
|
D | DWARFFormValue.cpp | 393 ? WithColor(OS, HighlightColor::Address).get() in dump() 573 WithColor(OS, HighlightColor::Address).get() in dump() 583 auto COS = WithColor(OS, HighlightColor::String); in dumpString()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_memory_editor.h | 98 …ImU32 HighlightColor; // // background color of highlig… member 129 HighlightColor = IM_COL32(255, 255, 255, 50); in MemoryEditor() 310 …aw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColor);
|