Home
last modified time | relevance | path

Searched refs:HyphenEdit (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
DMinikinFont.h33 class HyphenEdit {
35 HyphenEdit() : hyphen(0) { } in HyphenEdit() function
36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { } in HyphenEdit() function
38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
62 HyphenEdit hyphenEdit;
/frameworks/base/libs/hwui/hwui/
DMinikinUtils.cpp49 minikinPaint->hyphenEdit = HyphenEdit(paint->getHyphenEdit()); in prepareMinikinPaint()
/frameworks/minikin/libs/minikin/
DLayout.cpp156 HyphenEdit mHyphenEdit;
620 HyphenEdit hyphen = ctx->paint.hyphenEdit; in doLayoutRunCached()
630 ctx->paint.hyphenEdit = wordend >= start + count ? hyphen : HyphenEdit(); in doLayoutRunCached()
645 ctx->paint.hyphenEdit = iter == end ? hyphen : HyphenEdit(); in doLayoutRunCached()