Searched refs:getEndHyphenEdit (Results 1 – 13 of 13) sorted by relevance
62 const minikin::EndHyphenEdit endHyphen = paint->getEndHyphenEdit(); in doLayout()79 const minikin::EndHyphenEdit endHyphen = paint->getEndHyphenEdit(); in measureText()
109 minikin::EndHyphenEdit getEndHyphenEdit() const { in getEndHyphenEdit() function
1117 wp.setEndHyphenEdit(adjustEndHyphenEdit(limit, wp.getEndHyphenEdit()));1198 adjustEndHyphenEdit(activeEnd, mPaint.getEndHyphenEdit()));1225 adjustEndHyphenEdit(activeEnd, mPaint.getEndHyphenEdit()));1330 && lp.getEndHyphenEdit() == rp.getEndHyphenEdit()
678 reflowed.getStartHyphenEdit(i), reflowed.getEndHyphenEdit(i)); in reflow()1068 public @Paint.EndHyphenEdit int getEndHyphenEdit(int line) { in getEndHyphenEdit() method in DynamicLayout
441 paint.setEndHyphenEdit(getEndHyphenEdit(lineNum)); in drawText()927 public @Paint.EndHyphenEdit int getEndHyphenEdit(int line) { in getEndHyphenEdit() method in Layout1435 paint.setEndHyphenEdit(getEndHyphenEdit(line)); in getLineExtent()1465 paint.setEndHyphenEdit(getEndHyphenEdit(line)); in getLineExtent()
1296 public @Paint.EndHyphenEdit int getEndHyphenEdit(int lineNumber) {
213 && layout.getEndHyphenEdit(i) == Paint.END_HYPHEN_EDIT_NO_EDIT) { in testHyphenationWidth()
935 static jint getEndHyphenEdit(jlong paintHandle, jint hyphen) { in getEndHyphenEdit() function937 return static_cast<jint>(paint->getEndHyphenEdit()); in getEndHyphenEdit()1124 {"nGetEndHyphenEdit", "(J)I", (void*) PaintGlue::getEndHyphenEdit},
809 assertEquals(Paint.END_HYPHEN_EDIT_INSERT_HYPHEN, paint.getEndHyphenEdit());
1945 public @EndHyphenEdit int getEndHyphenEdit() { in getEndHyphenEdit() method in Paint
5809 HSPLandroid/graphics/Paint;->getEndHyphenEdit()I14815 HSPLandroid/text/DynamicLayout;->getEndHyphenEdit(I)I14872 HSPLandroid/text/Layout;->getEndHyphenEdit(I)I15073 HSPLandroid/text/StaticLayout;->getEndHyphenEdit(I)I
14479 method public int getEndHyphenEdit();