Searched refs:setEndHyphenEdit (Results 1 – 9 of 9) sorted by relevance
105 void setEndHyphenEdit(uint32_t endHyphen) { in setEndHyphenEdit() function
1181 wp.setEndHyphenEdit(adjustEndHyphenEdit(limit, wp.getEndHyphenEdit()));1261 activePaint.setEndHyphenEdit(1288 activePaint.setEndHyphenEdit(
442 paint.setEndHyphenEdit(getEndHyphenEdit(lineNum)); in drawText()1436 paint.setEndHyphenEdit(getEndHyphenEdit(line)); in getLineExtent()1466 paint.setEndHyphenEdit(getEndHyphenEdit(line)); in getLineExtent()
904 static void setEndHyphenEdit(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jint hyphen) { in setEndHyphenEdit() function906 paint->setEndHyphenEdit((uint32_t)hyphen); in setEndHyphenEdit()1085 {"nSetEndHyphenEdit", "(JI)V", (void*) PaintGlue::setEndHyphenEdit},
804 paint.setEndHyphenEdit(Paint.END_HYPHEN_EDIT_INSERT_HYPHEN);
2044 public void setEndHyphenEdit(@EndHyphenEdit int endHyphen) { in setEndHyphenEdit() method in Paint
6847 HSPLandroid/graphics/Paint;->setEndHyphenEdit(I)V
15656 method public void setEndHyphenEdit(int);
6845 HSPLandroid/graphics/Paint;->setEndHyphenEdit(I)V