Searched refs:mUseBoundsForWidth (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/text/ |
D | LineBreaker.java | 199 private boolean mUseBoundsForWidth = false; field in LineBreaker.Builder 266 mUseBoundsForWidth = useBoundsForWidth; in setUseBoundsForWidth() 277 mIndents, mUseBoundsForWidth); in build() 497 private final boolean mUseBoundsForWidth; field in LineBreaker 513 mUseBoundsForWidth = useBoundsForWidth; in LineBreaker() 568 return mUseBoundsForWidth; in getUseBoundsForWidth()
|
/frameworks/minikin/include/minikin/ |
D | AndroidLineBreakerHelper.h | 82 mUseBoundsForWidth(useBoundsForWidth) {} in StaticLayoutNative() 100 mUseBoundsForWidth); in computeBreaks() 114 const bool mUseBoundsForWidth; variable
|
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.cpp | 50 mUseBoundsForWidth(useBoundsForWidth) {} in GreedyLineBreaker() 135 bool mUseBoundsForWidth; member in minikin::__anondb74f7790111::GreedyLineBreaker 385 if (!mUseBoundsForWidth) { in overhangExceedLineLimit() 516 if (mUseBoundsForWidth) { in getResult()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 317 mUseBoundsForWidth = useBoundsForWidth; in setUseBoundsForWidth() 419 private boolean mUseBoundsForWidth; field in DynamicLayout.Builder 524 b.mLineBreakConfig, b.mUseBoundsForWidth, b.mShiftDrawingOffsetForStartOverhang, in DynamicLayout() 552 mUseBoundsForWidth = b.mUseBoundsForWidth; in generate() 750 .setUseBoundsForWidth(mUseBoundsForWidth) in reflow() 1430 private boolean mUseBoundsForWidth; field in DynamicLayout
|
D | Layout.java | 399 mUseBoundsForWidth = useBoundsForWidth; in Layout() 497 if (mUseBoundsForWidth && mShiftDrawingOffsetForStartOverhang) { in draw() 2051 final float width = tl.metrics(null, null, mUseBoundsForWidth, null); in getLineExtent() 2108 tl.metrics(null, null, mUseBoundsForWidth, mLineInfo); in getLineLetterSpacingUnitCount() 2139 final float width = tl.metrics(null, null, mUseBoundsForWidth, null); in getLineExtent() 3659 private boolean mUseBoundsForWidth; 4115 mUseBoundsForWidth = useBoundsForWidth; in setUseBoundsForWidth() 4223 .setUseBoundsForWidth(mUseBoundsForWidth) in build() 4231 mJustificationMode, mLineBreakConfig, metrics, mUseBoundsForWidth, in build() 4256 private boolean mUseBoundsForWidth; field in Layout.Builder [all …]
|
D | StaticLayout.java | 454 mUseBoundsForWidth = useBoundsForWidth; in setUseBoundsForWidth() 599 private boolean mUseBoundsForWidth; field in StaticLayout.Builder 712 b.mRightIndents, b.mJustificationMode, b.mLineBreakConfig, b.mUseBoundsForWidth, in StaticLayout() 829 .setUseBoundsForWidth(b.mUseBoundsForWidth) in generate()
|