Searched defs:hyphenEdit (Results 1 - 4 of 4) sorted by relevance

/frameworks/minikin/include/minikin/
H A DMinikinFont.h37 paintFlags(0), fakery(), hyphenEdit(), fontFeatureSettings() { }
51 HyphenEdit hyphenEdit; member in struct:minikin::MinikinPaint
/frameworks/base/core/java/android/text/
H A DTextLine.java855 private int adjustHyphenEdit(int start, int limit, int hyphenEdit) { argument
856 int result = hyphenEdit;
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp192 paint->hyphenEdit = HyphenEdit::editForThisLine(hyph);
198 paint->hyphenEdit = HyphenEdit::editForNextLine(hyph);
207 paint->hyphenEdit = HyphenEdit::NO_EDIT;
332 void LineBreaker::pushBreak(int offset, float width, uint8_t hyphenEdit) { argument
336 flags |= hyphenEdit;
H A DLayout.cpp77 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
598 const uint32_t originalHyphen = ctx->paint.hyphenEdit.getHyphen();
615 ctx->paint.hyphenEdit = hyphen;
637 ctx->paint.hyphenEdit = hyphen;
749 HyphenEdit hyphenEdit, hb_font_t* hbFont) {
753 ? hyphenEdit.getStart()
757 ? hyphenEdit.getEnd()
947 ctx->paint.hyphenEdit, hbFont);
746 addToHbBuffer(hb_buffer_t* buffer, const uint16_t* buf, size_t start, size_t count, size_t bufSize, ssize_t scriptRunStart, ssize_t scriptRunEnd, HyphenEdit hyphenEdit, hb_font_t* hbFont) argument

Completed in 1323 milliseconds