Home
last modified time | relevance | path

Searched refs:ColourIndex (Results 1 – 12 of 12) sorted by path

/dports/cad/stepcode/stepcode-0.8/data/ifc4/
H A DIFC4.exp6353 ColourIndex : LIST [1:?] OF INTEGER;
/dports/editors/rehex/rehex-0.4.0/src/
H A DDocumentCtrl.cpp3236 std::map<std::pair<int, Palette::ColourIndex>, std::string> deferred_drawtext; in draw_hex_line()
3238 auto draw_char_deferred = [&](int base_x, Palette::ColourIndex colour_idx, int col, char ch) in draw_hex_line()
3240 std::pair<int, Palette::ColourIndex> k(base_x, colour_idx); in draw_hex_line()
3255 auto fill_char_bg = [&](int char_x, Palette::ColourIndex colour_idx, bool strong) in draw_hex_line()
3530 std::map<std::pair<int, Palette::ColourIndex>, std::pair<std::string, int> > deferred_drawtext; in draw_ascii_line()
3532 …auto draw_char_deferred = [&](int base_x, Palette::ColourIndex colour_idx, int col, const void *da… in draw_ascii_line()
3534 std::pair<int, Palette::ColourIndex> k(base_x, colour_idx); in draw_ascii_line()
3627 auto fill_char_bg = [&](int char_x, Palette::ColourIndex colour_idx, bool strong) in draw_ascii_line()
H A DDocumentCtrl.hpp113 const Palette::ColourIndex fg_colour_idx;
114 const Palette::ColourIndex bg_colour_idx;
117 … Highlight(Palette::ColourIndex fg_colour_idx, Palette::ColourIndex bg_colour_idx, bool strong): in Highlight()
H A DPalette.cpp72 REHex::Palette::ColourIndex REHex::Palette::get_highlight_bg_idx(int index) in get_highlight_bg_idx()
77 return (ColourIndex)(PAL_HIGHLIGHT_TEXT_MIN_BG + (index * 2)); in get_highlight_bg_idx()
80 REHex::Palette::ColourIndex REHex::Palette::get_highlight_fg_idx(int index) in get_highlight_fg_idx()
85 return (ColourIndex)(PAL_HIGHLIGHT_TEXT_MIN_FG + (index * 2)); in get_highlight_fg_idx()
H A DPalette.hpp33 enum ColourIndex enum in REHex::Palette
98 static ColourIndex get_highlight_bg_idx(int index);
105 static ColourIndex get_highlight_fg_idx(int index);
/dports/emulators/mame/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp341 struct ColourIndex { struct in ColourString
342 ColourIndex( Colour::Code _colour, std::size_t _fromIndex, std::size_t _toIndex ) in ColourIndex() argument
356 ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours ) in ColourString()
361 colours.push_back( ColourIndex( colour, in addColour()
367 colours.push_back( ColourIndex( colour, in addColour()
376 ColourIndex const& index = colours[i]; in writeToStream()
405 std::vector<ColourIndex> colours;
/dports/emulators/mess/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp341 struct ColourIndex { struct in ColourString
342 ColourIndex( Colour::Code _colour, std::size_t _fromIndex, std::size_t _toIndex ) in ColourIndex() function
356 ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours ) in ColourString()
361 colours.push_back( ColourIndex( colour, in addColour()
367 colours.push_back( ColourIndex( colour, in addColour()
376 ColourIndex const& index = colours[i]; in writeToStream()
405 std::vector<ColourIndex> colours;
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dremora_pc.cpp45 enum ColourIndex { enum
/dports/games/warzone2100/warzone2100/src/
H A Dintimage.cpp58 int ColourIndex; //< Hackish index into the WZCOLOR palette member
/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-dr2d.c229 int ColourIndex; in BuildATTR() local
242 ColourIndex = GetCMAPEntry(colour, CMAPChunk); in BuildATTR()
248 ShortAsBytes(ColourIndex, ATTRData + 4); in BuildATTR()
249 ShortAsBytes(ColourIndex, ATTRData + 6); in BuildATTR()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/projects/SelfTest/
H A DTestMain.cpp352 struct ColourIndex { struct in ColourString
353 ColourIndex( Colour::Code _colour, std::size_t _fromIndex, std::size_t _toIndex ) in ColourIndex() function
367 ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours ) in ColourString()
372 colours.push_back( ColourIndex( colour, in addColour()
378 colours.push_back( ColourIndex( colour, in addColour()
387 ColourIndex const& index = colours[i]; in writeToStream()
416 std::vector<ColourIndex> colours;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp352 struct ColourIndex { struct in ColourString
353 ColourIndex( Colour::Code _colour, std::size_t _fromIndex, std::size_t _toIndex ) in ColourIndex() argument
367 ColourString( std::string const& _string, std::vector<ColourIndex> const& _colours ) in ColourString()
372 colours.push_back( ColourIndex( colour, in addColour()
378 colours.push_back( ColourIndex( colour, in addColour()
387 ColourIndex const& index = colours[i]; in writeToStream()
416 std::vector<ColourIndex> colours;