Searched refs:lowestDirtyLine (Results 1 – 1 of 1) sorted by relevance
3026 RootInlineBox* lowestDirtyLine = lastRootBox(); in markLinesDirtyInBlockRange() local3027 RootInlineBox* afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange()3028 …while (lowestDirtyLine && lowestDirtyLine->lineBottomWithLeading() >= logicalBottom && logicalBott… in markLinesDirtyInBlockRange()3029 afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange()3030 lowestDirtyLine = lowestDirtyLine->prevRootBox(); in markLinesDirtyInBlockRange()