Searched refs:packHyphenEdit (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Paint.h | 108 mHyphenEdit = minikin::packHyphenEdit( in setStartHyphenEdit() 114 mHyphenEdit = minikin::packHyphenEdit( in setEndHyphenEdit()
|
/frameworks/minikin/fuzz/hyphenator_fuzzer/ |
D | hyphenator_fuzzer.cpp | 108 packHyphenEdit(fdp.PickValueInArray(StartHyphenEdits), in LLVMFuzzerTestOneInput()
|
/frameworks/minikin/include/minikin/ |
D | LayoutPieces.h | 96 const HyphenEdit edit = packHyphenEdit(startEdit, endEdit); in getOrCreate()
|
D | Hyphenator.h | 100 inline HyphenEdit packHyphenEdit(StartHyphenEdit start, EndHyphenEdit end) { in packHyphenEdit() function
|
D | LayoutCache.h | 123 .update(packHyphenEdit(mStartHyphen, mEndHyphen)) in computeHash()
|
/frameworks/base/core/java/android/text/ |
D | StaticLayout.java | 966 packHyphenEdit(res.getStartLineHyphenEdit(i), res.getEndLineHyphenEdit(i)); in generate() 1263 lines[off + HYPHEN] = packHyphenEdit(Paint.START_HYPHEN_EDIT_NO_EDIT, 1266 lines[off + HYPHEN] = packHyphenEdit(unpackStartHyphenEdit(hyphenEdit), 1269 lines[off + HYPHEN] = packHyphenEdit( 1486 static int packHyphenEdit(
|
D | DynamicLayout.java | 820 ints[HYPHEN] = StaticLayout.packHyphenEdit( in reflow()
|
/frameworks/minikin/libs/minikin/ |
D | GreedyLineBreaker.cpp | 64 hyphenEdit(packHyphenEdit(startHyphen, endHyphen)) {} in BreakPoint()
|
D | MeasuredText.cpp | 161 compositor.setNextContext(piece, packHyphenEdit(startEdit, endEdit), info.isRtl); in measureHyphenPiece()
|
D | OptimalLineBreaker.cpp | 406 packHyphenEdit(editForNextLine(prev.hyphenType), editForThisLine(cand.hyphenType)); in finishBreaksOptimal()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14926 HSPLandroid/text/StaticLayout;->packHyphenEdit(II)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14990 HSPLandroid/text/StaticLayout;->packHyphenEdit(II)I
|