Home | History | Annotate | Download | only in graphics

Lines Matching refs:getFillPath

805     static jboolean getFillPath(jlong objHandle, jlong srcHandle, jlong dstHandle) {
809 return obj->getFillPath(*src, dst) ? JNI_TRUE : JNI_FALSE;
1082 {"nGetFillPath","(JJJ)Z", (void*) PaintGlue::getFillPath},