Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1335 auto leftCorrection = start->sizeToChar(originalTextRange.start); local
1341 result.clip.fLeft, result.clip.fRight, leftCorrection, rightCorrection);
1343 result.clippingNeeded = leftCorrection != 0 || rightCorrection != 0;
1345 result.clip.fLeft += leftCorrection;
1347 textStartInLine -= leftCorrection;
1349 result.clip.fRight -= leftCorrection;

Completed in 4 milliseconds