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

  /frameworks/base/core/jni/android/graphics/
PaintImpl.cpp 32 mHyphenEdit(paint.mHyphenEdit) {
44 mHyphenEdit = other.mHyphenEdit;
54 && a.mHyphenEdit == b.mHyphenEdit;
Paint.h 73 mHyphenEdit = hyphen;
77 return mHyphenEdit;
85 uint32_t mHyphenEdit = 0;
  /frameworks/minikin/libs/minikin/
Layout.cpp 113 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir) {
147 HyphenEdit mHyphenEdit;
240 && mHyphenEdit == other.mHyphenEdit
256 hash = JenkinsHashMix(hash, hash_type(mHyphenEdit.hasHyphen()));
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 88 private int mHyphenEdit;
    [all...]

Completed in 28 milliseconds