Home
last modified time | relevance | path

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

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