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

/frameworks/base/core/jni/android/graphics/
H A DPaintImpl.cpp32 mHyphenEdit(paint.mHyphenEdit) {
44 mHyphenEdit = other.mHyphenEdit;
54 && a.mHyphenEdit == b.mHyphenEdit;
H A DPaint.h73 mHyphenEdit = hyphen;
77 return mHyphenEdit;
85 uint32_t mHyphenEdit = 0; member in class:android::Paint
/frameworks/minikin/libs/minikin/
H A DLayout.cpp113 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir) {
147 HyphenEdit mHyphenEdit; member in class:android::LayoutCacheKey
240 && mHyphenEdit == other.mHyphenEdit
256 hash = JenkinsHashMix(hash, hash_type(mHyphenEdit.hasHyphen()));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java88 private int mHyphenEdit; field in class:Paint_Delegate
1126 return delegate.mHyphenEdit;
1135 delegate.mHyphenEdit = hyphen;

Completed in 122 milliseconds