Searched refs:getEndHyphenEdit (Results 1 – 9 of 9) 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
1114 wp.setEndHyphenEdit(adjustEndHyphenEdit(limit, wp.getEndHyphenEdit())); in handleRun()1195 adjustEndHyphenEdit(activeEnd, mPaint.getEndHyphenEdit())); in handleRun()1222 adjustEndHyphenEdit(activeEnd, mPaint.getEndHyphenEdit())); in handleRun()1327 && lp.getEndHyphenEdit() == rp.getEndHyphenEdit() in equalAttributes()
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()
809 assertEquals(Paint.END_HYPHEN_EDIT_INSERT_HYPHEN, paint.getEndHyphenEdit());
1945 public @EndHyphenEdit int getEndHyphenEdit() { in getEndHyphenEdit() method in Paint