Searched refs:inColor (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.h80 const rgb_color* inColor);
85 const rgb_color* inColor,
103 const rgb_color* inColor);
111 const rgb_color* inColor,
126 const rgb_color* inColor);
H A DStyleBuffer.cpp91 const rgb_color* inColor)
96 if (MatchRecord(inFont, inColor, &index))
110 fBuffer[index].style.color = *inColor;
116 const STEStyle style = { *inFont, *inColor };
144 _BStyleRecordBuffer_::MatchRecord(const BFont* inFont, const rgb_color* inColor, argument
149 && *inColor == fBuffer[i].style.color) {
194 const rgb_color* inColor)
199 fNullStyle.color = *inColor;
232 const rgb_color* inColor, int32 offset)
235 SetStyleFromMode(inMode, inFont, &fNullStyle.font, inColor,
90 InsertRecord(const BFont* inFont, const rgb_color* inColor) argument
193 StyleBuffer(const BFont* inFont, const rgb_color* inColor) argument
231 SetNullStyle(uint32 inMode, const BFont* inFont, const rgb_color* inColor, int32 offset) argument
273 SetStyleRange(int32 fromOffset, int32 toOffset, int32 textLen, uint32 inMode, const BFont* inFont, const rgb_color* inColor) argument
[all...]

Completed in 37 milliseconds