Searched refs:startLineHeight (Results 1 – 1 of 1) sorted by relevance
835 auto startLineHeight = lineHeightMap_.find(startMainLineIndex_); in UpdateStartIndexForExtralOffset() local836 CHECK_NULL_VOID(startLineHeight != lineHeightMap_.end()); in UpdateStartIndexForExtralOffset()837 auto currentEndOffset = currentOffset_ + startLineHeight->second + mainGap; in UpdateStartIndexForExtralOffset()840 startLineHeight = lineHeightMap_.find(startMainLineIndex_); in UpdateStartIndexForExtralOffset()841 if (startLineHeight == lineHeightMap_.end()) { in UpdateStartIndexForExtralOffset()846 currentEndOffset += (startLineHeight->second + mainGap); in UpdateStartIndexForExtralOffset()