Searched refs:otherStyle (Results 1 - 1 of 1) sorted by last modified time

/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())
537 != otherStyle.font.FalseBoldWidth()) {
541 if (firstStyle.color != otherStyle.color)

Completed in 15 milliseconds