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, argument
524 if (firstStyle.font != otherStyle.font)
528 if (firstStyle.font.Size() != otherStyle.font.Size())
532 if (firstStyle.font.Shear() != otherStyle.font.Shear())
536 if (firstStyle.font.FalseBoldWidth()
541 if (firstStyle.color != otherStyle.color)

Completed in 15 milliseconds