Searched refs:hyphenEdit (Results 1 – 4 of 4) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | LayoutPieces.h | 32 Key(const Range& range, HyphenEdit hyphenEdit, bool dir, uint32_t paintId) in Key() 33 : range(range), hyphenEdit(hyphenEdit), dir(dir), paintId(paintId) {} in Key() 36 HyphenEdit hyphenEdit; member 44 .update(hyphenEdit) in hash() 51 return range == o.range && hyphenEdit == o.hyphenEdit && dir == o.dir &&
|
D | Hyphenator.h | 104 inline EndHyphenEdit endHyphenEdit(HyphenEdit hyphenEdit) { in endHyphenEdit() argument 105 return static_cast<EndHyphenEdit>(hyphenEdit & MASK_END_OF_LINE); in endHyphenEdit() 108 inline StartHyphenEdit startHyphenEdit(HyphenEdit hyphenEdit) { in startHyphenEdit() argument 109 return static_cast<StartHyphenEdit>(hyphenEdit >> START_BITS_SHIFT); in startHyphenEdit()
|
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.cpp | 61 hyphenEdit(packHyphenEdit(startHyphen, endHyphen)) {} in BreakPoint() 65 HyphenEdit hyphenEdit; member 379 out.flags.push_back((hasTabChar ? TAB_BIT : 0) | static_cast<int>(breakPoint.hyphenEdit)); in getResult()
|
/frameworks/base/core/java/android/text/ |
D | StaticLayout.java | 916 final boolean hasTab, final int hyphenEdit, final boolean needMultiply, 1055 lines[off + HYPHEN] = hyphenEdit;
|