HomeSort by relevance Sort by last modified time
    Searched refs:HyphenEdit (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/include/minikin/
MinikinFont.h 33 class HyphenEdit {
35 HyphenEdit() : hyphen(0) { }
36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { }
38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
62 HyphenEdit hyphenEdit;
  /frameworks/base/libs/hwui/hwui/
MinikinUtils.cpp 49 minikinPaint->hyphenEdit = HyphenEdit(paint->getHyphenEdit());
  /frameworks/minikin/libs/minikin/
Layout.cpp 118 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
156 HyphenEdit mHyphenEdit;
620 HyphenEdit hyphen = ctx->paint.hyphenEdit;
630 ctx->paint.hyphenEdit = wordend >= start + count ? hyphen : HyphenEdit();
645 ctx->paint.hyphenEdit = iter == end ? hyphen : HyphenEdit();
791 if (ctx->paint.hyphenEdit.hasHyphen() && srunend > srunstart) {
    [all...]

Completed in 1318 milliseconds