Home
last modified time | relevance | path

Searched refs:textStartInLine (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1307 auto textStartInLine = runOffsetInLine + textOffsetInRunInLine; local
1347 textStartInLine -= leftCorrection;
1351 textStartInLine -= rightCorrection;
1354 result.clip.offset(textStartInLine, 0);
1355 //SkDebugf("@%f[%f:%f)\n", textStartInLine, result.clip.fLeft, result.clip.fRight);
1380 result.fTextShift = textStartInLine - textStartInRun;

Completed in 8 milliseconds