Searched refs:HyphenEdit (Results 1 – 3 of 3) sorted by relevance
33 class HyphenEdit {35 HyphenEdit() : hyphen(0) { } in HyphenEdit() function36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { } in HyphenEdit() function38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }62 HyphenEdit hyphenEdit;
49 minikinPaint->hyphenEdit = HyphenEdit(paint->getHyphenEdit()); in prepareMinikinPaint()
156 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()