Home
last modified time | relevance | path

Searched refs:endHyphen (Results 1 – 15 of 15) sorted by relevance

/frameworks/minikin/include/minikin/
DLayout.h90 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, uint32_t runFlag) in Layout() argument
92 doLayout(str, range, bidiFlags, paint, startHyphen, endHyphen, in Layout()
98 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen) in Layout() argument
100 doLayout(str, range, bidiFlags, paint, startHyphen, endHyphen, RunFlag::NONE); in Layout()
110 EndHyphenEdit endHyphen, float* advances) { in measureText() argument
111 return measureText(str, range, bidiFlags, paint, startHyphen, endHyphen, advances, nullptr, in measureText()
118 EndHyphenEdit endHyphen, float* advances, MinikinRect* bounds, in measureText() argument
120 return measureText(str, range, bidiFlags, paint, startHyphen, endHyphen, advances, bounds, in measureText()
126 EndHyphenEdit endHyphen, float* advances, MinikinRect* bounds,
179 const MinikinPaint& paint, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen,
[all …]
DLayoutCache.h39 bool dir, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen) in LayoutCacheKey() argument
55 mEndHyphen(endHyphen), in LayoutCacheKey()
162 bool dir, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, in getOrCreate() argument
164 LayoutCacheKey key(text, range, paint, dir, startHyphen, endHyphen); in getOrCreate()
166 LayoutPiece piece(text, range, dir, paint, startHyphen, endHyphen); in getOrCreate()
198 LayoutPiece lp = LayoutPiece(text, range, dir, paint, startHyphen, endHyphen); in getOrCreate()
204 LayoutPiece(text, range, dir, paint, startHyphen, endHyphen)); in getOrCreate()
DMeasuredText.h94 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen,
167 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen,
173 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen,
DMeasurement.h37 const MinikinPaint& paint, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen,
DLayoutCore.h42 const MinikinPaint& paint, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen);
/frameworks/base/libs/hwui/hwui/
DMinikinUtils.cpp74 const minikin::EndHyphenEdit endHyphen = paint->getEndHyphenEdit(); in doLayout() local
81 minikinPaint, startHyphen, endHyphen, minikinRunFlag); in doLayout()
83 return mt->buildLayout(textBuf, range, contextRange, minikinPaint, startHyphen, endHyphen); in doLayout()
93 const minikin::EndHyphenEdit endHyphen = paint->getEndHyphenEdit(); in getBounds() local
96 startHyphen, endHyphen, out); in getBounds()
107 const minikin::EndHyphenEdit endHyphen = paint->getEndHyphenEdit(); in measureText() local
113 endHyphen, advances, bounds, clusterCount, minikinRunFlag); in measureText()
DPaint.h113 void setEndHyphenEdit(uint32_t endHyphen) { in setEndHyphenEdit() argument
116 static_cast<minikin::EndHyphenEdit>(endHyphen)); in setEndHyphenEdit()
/frameworks/minikin/libs/minikin/
DLayout.cpp195 EndHyphenEdit endHyphen, RunFlag runFlag) { in doLayout() argument
202 startHyphen, endHyphen, this, nullptr, nullptr, nullptr); in doLayout()
212 EndHyphenEdit endHyphen, float* advances, MinikinRect* bounds, in measureText() argument
233 startHyphen, endHyphen, nullptr, advancesForRun, in measureText()
247 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, in doLayoutRunCached() argument
260 (piece.getEnd() == range.getEnd()) ? endHyphen : EndHyphenEdit::NO_EDIT; in doLayoutRunCached()
318 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, Layout* layout, in doLayoutWord() argument
327 LayoutCache::getInstance().getOrCreate(textBuf, range, paint, isRtl, startHyphen, endHyphen, in doLayoutWord()
DLayoutCore.cpp188 const EndHyphenEdit endHyphen = in addToHbBuffer() local
216 const bool hasEndInsertion = isInsertion(endHyphen); in addToHbBuffer()
217 const bool hasEndReplacement = isReplacement(endHyphen); in addToHbBuffer()
236 if (endHyphen == EndHyphenEdit::NO_EDIT) { in addToHbBuffer()
268 addHyphenToHbBuffer(buffer, hbFont, endHyphen, hyphenCluster); in addToHbBuffer()
280 EndHyphenEdit endHyphen) { in LayoutPiece() argument
399 startHyphen, endHyphen, hbFont); in LayoutPiece()
DMeasuredText.cpp150 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, in measureHyphenPiece() argument
159 piece.getEnd() == range.getEnd() ? endHyphen : EndHyphenEdit::NO_EDIT; in measureHyphenPiece()
228 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, in appendLayout() argument
245 range.getEnd() == piece.getEnd() ? endHyphen : EndHyphenEdit::NO_EDIT; in appendLayout()
356 StartHyphenEdit startHyphen, EndHyphenEdit endHyphen) { in buildLayout() argument
367 targetRange.getEnd() == range.getEnd() ? endHyphen : EndHyphenEdit::NO_EDIT; in buildLayout()
DMeasurement.cpp209 const MinikinPaint& paint, StartHyphenEdit startHyphen, EndHyphenEdit endHyphen, in getBounds() argument
217 (piece.getEnd() == range.getEnd()) ? endHyphen : EndHyphenEdit::NO_EDIT; in getBounds()
DGreedyLineBreaker.cpp61 EndHyphenEdit endHyphen) in BreakPoint()
64 hyphenEdit(packHyphenEdit(startHyphen, endHyphen)) {} in BreakPoint()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DTextPaint.java25 void setEndHyphenEdit(int endHyphen); in setEndHyphenEdit() argument
/frameworks/base/graphics/java/android/graphics/
DPaint.java2158 public void setEndHyphenEdit(@EndHyphenEdit int endHyphen) { in setEndHyphenEdit() argument
2159 nSetEndHyphenEdit(mNativePaint, endHyphen); in setEndHyphenEdit()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...