Home
last modified time | relevance | path

Searched refs:firstStyle (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp520 FixupMode(const STEStyle &firstStyle, const STEStyle &otherStyle, uint32 &mode, in FixupMode() argument
524 if (firstStyle.font != otherStyle.font) in FixupMode()
528 if (firstStyle.font.Size() != otherStyle.font.Size()) in FixupMode()
532 if (firstStyle.font.Shear() != otherStyle.font.Shear()) in FixupMode()
536 if (firstStyle.font.FalseBoldWidth() in FixupMode()
541 if (firstStyle.color != otherStyle.color) in FixupMode()