Searched refs:mHyphenEdit (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DPaintImpl.cpp29 mHyphenEdit(paint.mHyphenEdit) {
46 mHyphenEdit = other.mHyphenEdit;
56 && a.mHyphenEdit == b.mHyphenEdit;
H A DPaint.h76 mHyphenEdit = hyphen;
80 return mHyphenEdit;
88 uint32_t mHyphenEdit = 0; member in class:android::Paint
/frameworks/minikin/libs/minikin/
H A DLayout.cpp118 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
156 HyphenEdit mHyphenEdit; member in class:android::LayoutCacheKey
235 && mHyphenEdit == other.mHyphenEdit
251 hash = JenkinsHashMix(hash, hash_type(mHyphenEdit.hasHyphen()));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java91 private int mHyphenEdit; field in class:Paint_Delegate
1100 return delegate.mHyphenEdit;
1109 delegate.mHyphenEdit = hyphen;

Completed in 288 milliseconds