Home
last modified time | relevance | path

Searched refs:mLineWidths (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/txt/src/minikin/
DLineBreaker.cpp104 mLineWidths.setWidths(firstWidth, firstWidthLineCount, restWidth); in setLineWidths()
108 mLineWidths.setIndents(indents); in setIndents()
141 0.5 * paint->size * paint->scaleX * mLineWidths.getLineWidth(0); in addStyleRun()
393 return mLineWidths.getLineWidth(mBreaks.size()); in currentLineWidth()
435 float width = mLineWidths.getLineWidth(0); in computeBreaksOptimal()
448 width = mLineWidths.getLineWidth(lineNumberLast); in computeBreaksOptimal()
458 float widthNew = mLineWidths.getLineWidth(lineNumber); in computeBreaksOptimal()
527 computeBreaksOptimal(mLineWidths.isConstant()); in computeBreaks()
535 mLineWidths.clear(); in finish()
DLineBreaker.h230 LineWidths mLineWidths; variable
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.cpp98 mLineWidths.setWidths(firstWidth, firstWidthLineCount, restWidth); in setLineWidths()
102 mLineWidths.setIndents(indents); in setIndents()
136 0.5 * paint->size * paint->scaleX * mLineWidths.getLineWidth(0); in addStyleRun()
399 return mLineWidths.getLineWidth(mBreaks.size()); in currentLineWidth()
441 float width = mLineWidths.getLineWidth(0); in computeBreaksOptimal()
454 width = mLineWidths.getLineWidth(lineNumberLast); in computeBreaksOptimal()
464 float widthNew = mLineWidths.getLineWidth(lineNumber); in computeBreaksOptimal()
533 computeBreaksOptimal(mLineWidths.isConstant()); in computeBreaks()
541 mLineWidths.clear(); in finish()
DLineBreaker.h244 LineWidths mLineWidths; variable