Home
last modified time | relevance | path

Searched refs:hyphenEdit (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMinikinFont.h46 hyphenEdit(), in MinikinPaint()
59 HyphenEdit hyphenEdit; member
DLineBreaker.cpp196 paint->hyphenEdit = HyphenEdit::editForThisLine(hyph); in addStyleRun()
202 paint->hyphenEdit = HyphenEdit::editForNextLine(hyph); in addStyleRun()
211 paint->hyphenEdit = HyphenEdit::NO_EDIT; in addStyleRun()
363 void LineBreaker::pushBreak(int offset, float width, uint8_t hyphenEdit) { in pushBreak() argument
367 flags |= hyphenEdit; in pushBreak()
DLayout.cpp85 mHyphenEdit(paint.hyphenEdit), in LayoutCacheKey()
658 const uint32_t originalHyphen = ctx->paint.hyphenEdit.getHyphen(); in doLayoutRunCached()
676 ctx->paint.hyphenEdit = hyphen; in doLayoutRunCached()
701 ctx->paint.hyphenEdit = hyphen; in doLayoutRunCached()
833 HyphenEdit hyphenEdit, in addToHbBuffer() argument
837 (scriptRunStart == 0) ? hyphenEdit.getStart() : HyphenEdit::NO_EDIT; in addToHbBuffer()
840 ? hyphenEdit.getEnd() in addToHbBuffer()
1042 scriptRunEnd, ctx->paint.hyphenEdit, hbFont); in doLayoutRun()
DLineBreaker.h221 void pushBreak(int offset, float width, uint8_t hyphenEdit);
/third_party/flutter/engine/flutter/third_party/txt/tests/
DLayoutTest.cpp385 paint.hyphenEdit = HyphenEdit::NO_EDIT; in TEST_F()
394 paint.hyphenEdit = HyphenEdit::INSERT_HYPHEN_AT_END; in TEST_F()
403 paint.hyphenEdit = HyphenEdit::REPLACE_WITH_HYPHEN_AT_END; in TEST_F()
412 paint.hyphenEdit = HyphenEdit::INSERT_HYPHEN_AT_START; in TEST_F()
421 paint.hyphenEdit = in TEST_F()