Searched refs:setHyphenEdit (Results 1 – 5 of 5) sorted by relevance
83 void setHyphenEdit(uint32_t hyphen) { in setHyphenEdit() function
529 paint.setHyphenEdit(getHyphen(lineNum)); in drawText()541 paint.setHyphenEdit(0); in drawText()1217 mPaint.setHyphenEdit(getHyphen(line)); in getLineExtent()1223 mPaint.setHyphenEdit(0); in getLineExtent()1244 mPaint.setHyphenEdit(getHyphen(line)); in getLineExtent()1250 mPaint.setHyphenEdit(0); in getLineExtent()
908 wp.setHyphenEdit(adjustHyphenEdit(start, limit, wp.getHyphenEdit())); in handleRun()968 wp.setHyphenEdit(adjustHyphenEdit(j, jnext, wp.getHyphenEdit())); in handleRun()
947 static void setHyphenEdit(jlong paintHandle, jint hyphen) { in setHyphenEdit() function949 paint->setHyphenEdit((uint32_t)hyphen); in setHyphenEdit()1072 {"nSetHyphenEdit", "(JI)V", (void*) PaintGlue::setHyphenEdit},
1639 public void setHyphenEdit(int hyphen) { in setHyphenEdit() method in Paint