Searched refs:setHyphenEdit (Results 1 – 5 of 5) sorted by relevance
75 void setHyphenEdit(uint32_t hyphen) { in setHyphenEdit() function
392 static void setHyphenEdit(JNIEnv* env, jobject clazz, jlong paintHandle, jint hyphen) { in setHyphenEdit() function394 paint->setHyphenEdit((uint32_t)hyphen); in setHyphenEdit()972 {"nSetHyphenEdit", "!(JI)V", (void*) PaintGlue::setHyphenEdit},
930 wp.setHyphenEdit(0); in handleRun()
392 paint.setHyphenEdit(getHyphen(lineNum)); in drawText()401 paint.setHyphenEdit(0); in drawText()
1552 public void setHyphenEdit(int hyphen) { in setHyphenEdit() method in Paint