Searched refs:hyphenEdit (Results 1 – 5 of 5) sorted by relevance
46 hyphenEdit(), in MinikinPaint()59 HyphenEdit hyphenEdit; member
196 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() argument367 flags |= hyphenEdit; in pushBreak()
85 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() argument837 (scriptRunStart == 0) ? hyphenEdit.getStart() : HyphenEdit::NO_EDIT; in addToHbBuffer()840 ? hyphenEdit.getEnd() in addToHbBuffer()1042 scriptRunEnd, ctx->paint.hyphenEdit, hbFont); in doLayoutRun()
221 void pushBreak(int offset, float width, uint8_t hyphenEdit);
385 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()