Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DPaintImpl.cpp36 , mHyphenEdit(paint.mHyphenEdit) in Paint()
56 mHyphenEdit = other.mHyphenEdit; in operator =()
66 a.mFamilyVariant == b.mFamilyVariant && a.mHyphenEdit == b.mHyphenEdit && in operator ==()
DPaint.h80 void setHyphenEdit(uint32_t hyphen) { mHyphenEdit = hyphen; } in setHyphenEdit()
82 uint32_t getHyphenEdit() const { return mHyphenEdit; } in getHyphenEdit()
94 uint32_t mHyphenEdit = 0; variable
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java101 private int mHyphenEdit; field in Paint_Delegate
1108 return delegate.mHyphenEdit; in nGetHyphenEdit()
1117 delegate.mHyphenEdit = hyphen; in nSetHyphenEdit()