Lines Matching refs:mWidth
31 RectangleLineWidth(float width) : mWidth(width) {} in RectangleLineWidth()
34 float getAt(size_t) const override { return mWidth; } in getAt()
35 float getMin() const override { return mWidth; } in getMin()
38 float mWidth;
48 mWidth(width), in ConstantRun()
61 mWidth); in getMetrics()
67 return std::make_pair(mWidth, MinikinRect()); in getBounds()
87 return mWidth * (range.getLength() + extraCharForHyphen); in measureHyphenPiece()
97 float mWidth; variable
104 float mWidth; member
140 if (expected[i].mWidth != actual.widths[i]) { in sameLineBreak()
169 i, line.mWidth, line.mStartEdit, line.mEndEdit, line.mAscent, line.mDescent, in toString()