Searched refs:LineBreakType (Results 1 – 5 of 5) sorted by relevance
95 enum class LineBreakType { enum106 LineBreakBefore(Position pos, LineBreakType breakType) in LineBreakBefore()109 LineBreakType breakType;
475 ? LineBreakType::kHardLineBreak in getLineBreaks()476 : LineBreakType::kSoftLineBreak); in getLineBreaks()
26 enum class LineBreakType { enum
182 …fCodeUnitProperties[lineBreak.pos] |= lineBreak.breakType == SkUnicode::LineBreakType::kHardLineBr… in computeCodeUnitProperties()
289 …fCodeUnitProperties[lineBreak.pos] |= lineBreak.breakType == SkUnicode::LineBreakType::kHardLineBr… in computeCodeUnitProperties()