Home
last modified time | relevance | path

Searched refs:align_column (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/experimental/editor/
Deditor.cpp249 static size_t align_column(const StringSlice& str, size_t p) { in align_column() function
289 pos.fTextByteIndex = align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()
369 align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()
393 align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp249 static size_t align_column(const StringSlice& str, size_t p) { in align_column() function
289 pos.fTextByteIndex = align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()
369 align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()
393 align_column(fLines[pos.fParagraphIndex].fText, pos.fTextByteIndex); in move()