Home
last modified time | relevance | path

Searched defs:FUN (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dpixmap.c4 FUN(Pixmap_finalize)(JNIEnv *env, jobject self) in FUN() function
35 FUN(Pixmap_clear)(JNIEnv *env, jobject self) in FUN() function
84 FUN(Pixmap_getX)(JNIEnv *env, jobject self) in FUN() function
91 FUN(Pixmap_getY)(JNIEnv *env, jobject self) in FUN() function
98 FUN(Pixmap_getWidth)(JNIEnv *env, jobject self) in FUN() function
105 FUN(Pixmap_getHeight)(JNIEnv *env, jobject self) in FUN() function
119 FUN(Pixmap_getAlpha)(JNIEnv *env, jobject self) in FUN() function
126 FUN(Pixmap_getStride)(JNIEnv *env, jobject self) in FUN() function
150 FUN(Pixmap_getSamples)(JNIEnv *env, jobject self) in FUN() function
184 FUN(Pixmap_getPixels)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dpdfannotation.c4 FUN(PDFAnnotation_finalize)(JNIEnv *env, jobject self) in FUN() function
58 FUN(PDFAnnotation_getBounds)(JNIEnv *env, jobject self) in FUN() function
92 FUN(PDFAnnotation_getType)(JNIEnv *env, jobject self) in FUN() function
109 FUN(PDFAnnotation_getFlags)(JNIEnv *env, jobject self) in FUN() function
180 FUN(PDFAnnotation_getAuthor)(JNIEnv *env, jobject self) in FUN() function
278 FUN(PDFAnnotation_getRect)(JNIEnv *env, jobject self) in FUN() function
341 FUN(PDFAnnotation_getColor)(JNIEnv *env, jobject self) in FUN() function
670 FUN(PDFAnnotation_eventUp)(JNIEnv *env, jobject self) in FUN() function
716 FUN(PDFAnnotation_update)(JNIEnv *env, jobject self) in FUN() function
733 FUN(PDFAnnotation_isOpen)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dimage.c4 FUN(Image_finalize)(JNIEnv *env, jobject self) in FUN() function
55 FUN(Image_getWidth)(JNIEnv *env, jobject self) in FUN() function
62 FUN(Image_getHeight)(JNIEnv *env, jobject self) in FUN() function
76 FUN(Image_getColorSpace)(JNIEnv *env, jobject self) in FUN() function
85 FUN(Image_getBitsPerComponent)(JNIEnv *env, jobject self) in FUN() function
92 FUN(Image_getXResolution)(JNIEnv *env, jobject self) in FUN() function
99 FUN(Image_getYResolution)(JNIEnv *env, jobject self) in FUN() function
106 FUN(Image_getImageMask)(JNIEnv *env, jobject self) in FUN() function
113 FUN(Image_getInterpolate)(JNIEnv *env, jobject self) in FUN() function
120 FUN(Image_getMask)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dpdfobject.c4 FUN(PDFObject_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(PDFObject_toIndirect)(JNIEnv *env, jobject self) in FUN() function
31 FUN(PDFObject_isIndirect)(JNIEnv *env, jobject self) in FUN() function
48 FUN(PDFObject_isNull)(JNIEnv *env, jobject self) in FUN() function
65 FUN(PDFObject_isBoolean)(JNIEnv *env, jobject self) in FUN() function
82 FUN(PDFObject_isInteger)(JNIEnv *env, jobject self) in FUN() function
99 FUN(PDFObject_isReal)(JNIEnv *env, jobject self) in FUN() function
116 FUN(PDFObject_isNumber)(JNIEnv *env, jobject self) in FUN() function
133 FUN(PDFObject_isString)(JNIEnv *env, jobject self) in FUN() function
150 FUN(PDFObject_isName)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dstrokestate.c4 FUN(StrokeState_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(StrokeState_newStrokeState)(JNIEnv *env, jobject self, jint startCap, jint dashCap, jint endCap… in FUN() function
47 FUN(StrokeState_getStartCap)(JNIEnv *env, jobject self) in FUN() function
54 FUN(StrokeState_getDashCap)(JNIEnv *env, jobject self) in FUN() function
61 FUN(StrokeState_getEndCap)(JNIEnv *env, jobject self) in FUN() function
68 FUN(StrokeState_getLineJoin)(JNIEnv *env, jobject self) in FUN() function
75 FUN(StrokeState_getLineWidth)(JNIEnv *env, jobject self) in FUN() function
82 FUN(StrokeState_getMiterLimit)(JNIEnv *env, jobject self) in FUN() function
89 FUN(StrokeState_getDashPhase)(JNIEnv *env, jobject self) in FUN() function
96 FUN(StrokeState_getDashes)(JNIEnv *env, jobject self) in FUN() function
H A Dpdfdocument.c41 FUN(PDFDocument_newNative)(JNIEnv *env, jclass cls) in FUN() function
57 FUN(PDFDocument_finalize)(JNIEnv *env, jobject self) in FUN() function
70 FUN(PDFDocument_countObjects)(JNIEnv *env, jobject self) in FUN() function
87 FUN(PDFDocument_newNull)(JNIEnv *env, jobject self) in FUN() function
282 FUN(PDFDocument_newArray)(JNIEnv *env, jobject self) in FUN() function
342 FUN(PDFDocument_getTrailer)(JNIEnv *env, jobject self) in FUN() function
377 FUN(PDFDocument_createObject)(JNIEnv *env, jobject self) in FUN() function
846 FUN(PDFDocument_enableJs)(JNIEnv *env, jobject self) in FUN() function
860 FUN(PDFDocument_disableJs)(JNIEnv *env, jobject self) in FUN() function
915 FUN(PDFDocument_calculate)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dcolorspace.c4 FUN(ColorSpace_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(ColorSpace_getNumberOfComponents)(JNIEnv *env, jobject self) in FUN() function
23 FUN(ColorSpace_nativeDeviceGray)(JNIEnv *env, jobject self) in FUN() function
31 FUN(ColorSpace_nativeDeviceRGB)(JNIEnv *env, jobject self) in FUN() function
39 FUN(ColorSpace_nativeDeviceBGR)(JNIEnv *env, jobject self) in FUN() function
47 FUN(ColorSpace_nativeDeviceCMYK)(JNIEnv *env, jobject self) in FUN() function
H A Dbuffer.c4 FUN(Buffer_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(Buffer_newNativeBuffer)(JNIEnv *env, jobject self, jint n) in FUN() function
31 FUN(Buffer_getLength)(JNIEnv *env, jobject self) in FUN() function
42 FUN(Buffer_readByte)(JNIEnv *env, jobject self, jint jat) in FUN() function
132 FUN(Buffer_writeByte)(JNIEnv *env, jobject self, jbyte b) in FUN() function
146 FUN(Buffer_writeBytes)(JNIEnv *env, jobject self, jobject jbs) in FUN() function
198 FUN(Buffer_writeBuffer)(JNIEnv *env, jobject self, jobject jbuf) in FUN() function
214 FUN(Buffer_writeRune)(JNIEnv *env, jobject self, jint rune) in FUN() function
228 FUN(Buffer_writeLine)(JNIEnv *env, jobject self, jstring jline) in FUN() function
252 FUN(Buffer_writeLines)(JNIEnv *env, jobject self, jobject jlines) in FUN() function
[all …]
H A Dpdfwidget.c4 FUN(PDFWidget_getValue)(JNIEnv *env, jobject self) in FUN() function
21 FUN(PDFWidget_setTextValue)(JNIEnv *env, jobject self, jstring jval) in FUN() function
71 FUN(PDFWidget_setValue)(JNIEnv *env, jobject self, jstring jval) in FUN() function
96 FUN(PDFWidget_toggle)(JNIEnv *env, jobject self) in FUN() function
114 FUN(PDFWidget_setEditing)(JNIEnv *env, jobject self, jboolean val) in FUN() function
128 FUN(PDFWidget_isEditing)(JNIEnv *env, jobject self) in FUN() function
146 FUN(PDFWidget_textQuads)(JNIEnv *env, jobject self) in FUN() function
223 FUN(PDFWidget_validateSignature)(JNIEnv *env, jobject self) in FUN() function
240 FUN(PDFWidget_clearSignature)(JNIEnv *env, jobject self) in FUN() function
254 FUN(PDFWidget_isSigned)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Dpath.c4 FUN(Path_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(Path_newNative)(JNIEnv *env, jobject self) in FUN() function
30 FUN(Path_currentPoint)(JNIEnv *env, jobject self) in FUN() function
47 FUN(Path_moveTo)(JNIEnv *env, jobject self, jfloat x, jfloat y) in FUN() function
61 FUN(Path_lineTo)(JNIEnv *env, jobject self, jfloat x, jfloat y) in FUN() function
117 FUN(Path_rect)(JNIEnv *env, jobject self, jint x1, jint y1, jint x2, jint y2) in FUN() function
131 FUN(Path_closePath)(JNIEnv *env, jobject self) in FUN() function
145 FUN(Path_transform)(JNIEnv *env, jobject self, jobject jctm) in FUN() function
160 FUN(Path_cloneNative)(JNIEnv *env, jobject self) in FUN() function
177 FUN(Path_getBounds)(JNIEnv *env, jobject self, jobject jstroke, jobject jctm) in FUN() function
[all …]
H A Dfitzinputstream.c4 FUN(FitzInputStream_markSupported)(JNIEnv *env, jobject self) in FUN() function
19 FUN(FitzInputStream_mark)(JNIEnv *env, jobject self, jint readlimit) in FUN() function
41 FUN(FitzInputStream_reset)(JNIEnv *env, jobject self) in FUN() function
64 FUN(FitzInputStream_available)(JNIEnv *env, jobject self) in FUN() function
85 FUN(FitzInputStream_readByte)(JNIEnv *env, jobject self) in FUN() function
106 FUN(FitzInputStream_readArray)(JNIEnv *env, jobject self, jobject jarr, jint off, jint len) in FUN() function
134 FUN(FitzInputStream_finalize)(JNIEnv *env, jobject self) in FUN() function
144 FUN(FitzInputStream_close)(JNIEnv *env, jobject self) in FUN() function
H A Dpage.c4 FUN(Page_finalize)(JNIEnv *env, jobject self) in FUN() function
38 FUN(Page_getBounds)(JNIEnv *env, jobject self) in FUN() function
55 FUN(Page_run)(JNIEnv *env, jobject self, jobject jdev, jobject jctm, jobject jcookie) in FUN() function
80 FUN(Page_runPageContents)(JNIEnv *env, jobject self, jobject jdev, jobject jctm, jobject jcookie) in FUN() function
105 FUN(Page_runPageAnnots)(JNIEnv *env, jobject self, jobject jdev, jobject jctm, jobject jcookie) in FUN() function
130 FUN(Page_runPageWidgets)(JNIEnv *env, jobject self, jobject jdev, jobject jctm, jobject jcookie) in FUN() function
155 FUN(Page_getLinks)(JNIEnv *env, jobject self) in FUN() function
244 FUN(Page_search)(JNIEnv *env, jobject self, jstring jneedle) in FUN() function
269 FUN(Page_toDisplayList)(JNIEnv *env, jobject self, jboolean showExtra) in FUN() function
289 FUN(Page_toStructuredText)(JNIEnv *env, jobject self, jstring joptions) in FUN() function
[all …]
H A Ddocument.c183 FUN(Document_finalize)(JNIEnv *env, jobject self) in FUN() function
526 FUN(Document_recognize)(JNIEnv *env, jclass cls, jstring jmagic) in FUN() function
630 FUN(Document_needsPassword)(JNIEnv *env, jobject self) in FUN() function
673 FUN(Document_countChapters)(JNIEnv *env, jobject self) in FUN() function
690 FUN(Document_countPages)(JNIEnv *env, jobject self, jint chapter) in FUN() function
707 FUN(Document_isReflowable)(JNIEnv *env, jobject self) in FUN() function
755 FUN(Document_getMetaData)(JNIEnv *env, jobject self, jstring jkey) in FUN() function
780 FUN(Document_isUnencryptedPDF)(JNIEnv *env, jobject self) in FUN() function
796 FUN(Document_loadOutline)(JNIEnv *env, jobject self) in FUN() function
844 FUN(Document_findBookmark)(JNIEnv *env, jobject self, jlong mark) in FUN() function
[all …]
H A Dnativedevice.c64 FUN(NativeDevice_finalize)(JNIEnv *env, jobject self) in FUN() function
85 FUN(NativeDevice_close)(JNIEnv *env, jobject self) in FUN() function
271 FUN(NativeDevice_clipText)(JNIEnv *env, jobject self, jobject jtext, jobject jctm) in FUN() function
321 FUN(NativeDevice_ignoreText)(JNIEnv *env, jobject self, jobject jtext, jobject jctm) in FUN() function
423 FUN(NativeDevice_clipImageMask)(JNIEnv *env, jobject self, jobject jimg, jobject jctm) in FUN() function
447 FUN(NativeDevice_popClip)(JNIEnv *env, jobject self) in FUN() function
468 FUN(NativeDevice_beginLayer)(JNIEnv *env, jobject self, jstring jname) in FUN() function
499 FUN(NativeDevice_endLayer)(JNIEnv *env, jobject self) in FUN() function
546 FUN(NativeDevice_endMask)(JNIEnv *env, jobject self) in FUN() function
590 FUN(NativeDevice_endGroup)(JNIEnv *env, jobject self) in FUN() function
[all …]
H A Ddocumentwriter.c4 FUN(DocumentWriter_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(DocumentWriter_newNativeDocumentWriter)(JNIEnv *env, jobject self, jstring jfilename, jstring j… in FUN() function
66 FUN(DocumentWriter_beginPage)(JNIEnv *env, jobject self, jobject jmediabox) in FUN() function
84 FUN(DocumentWriter_endPage)(JNIEnv *env, jobject self) in FUN() function
98 FUN(DocumentWriter_close)(JNIEnv *env, jobject self) in FUN() function
H A Dfont.c4 FUN(Font_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(Font_newNative)(JNIEnv *env, jobject self, jstring jname, jint index) in FUN() function
48 FUN(Font_getName)(JNIEnv *env, jobject self) in FUN() function
59 FUN(Font_encodeCharacter)(JNIEnv *env, jobject self, jint unicode) in FUN() function
76 FUN(Font_advanceGlyph)(JNIEnv *env, jobject self, jint glyph, jboolean wmode) in FUN() function
H A Dtext.c4 FUN(Text_finalize)(JNIEnv *env, jobject self) in FUN() function
14 FUN(Text_newNative)(JNIEnv *env, jobject self) in FUN() function
30 FUN(Text_getBounds)(JNIEnv *env, jobject self, jobject jstroke, jobject jctm) in FUN() function
50 FUN(Text_showGlyph)(JNIEnv *env, jobject self, jobject jfont, jobject jtrm, jint glyph, jint unicod… in FUN() function
67 FUN(Text_showString)(JNIEnv *env, jobject self, jobject jfont, jobject jtrm, jstring jstr, jboolean… in FUN() function
94 FUN(Text_walk)(JNIEnv *env, jobject self, jobject walker) in FUN() function
H A Dcontext.c146 FUN(Context_initNative)(JNIEnv *env, jclass cls) in FUN() function
168 FUN(Context_emptyStore)(JNIEnv *env, jclass cls) in FUN() function
177 FUN(Context_enableICC)(JNIEnv *env, jclass cls) in FUN() function
186 FUN(Context_disableICC)(JNIEnv *env, jclass cls) in FUN() function
195 FUN(Context_setAntiAliasLevel)(JNIEnv *env, jclass cls, jint level) in FUN() function
204 FUN(Context_getVersion)(JNIEnv *env, jclass cls) in FUN() function
H A Ddisplaylist.c4 FUN(DisplayList_newNative)(JNIEnv *env, jobject self, jobject jmediabox) in FUN() function
22 FUN(DisplayList_run)(JNIEnv *env, jobject self, jobject jdev, jobject jctm, jobject jrect, jobject … in FUN() function
54 FUN(DisplayList_finalize)(JNIEnv *env, jobject self) in FUN() function
64 FUN(DisplayList_toPixmap)(JNIEnv *env, jobject self, jobject jctm, jobject jcs, jboolean alpha) in FUN() function
83 FUN(DisplayList_toStructuredText)(JNIEnv *env, jobject self, jstring joptions) in FUN() function
116 FUN(DisplayList_search)(JNIEnv *env, jobject self, jstring jneedle) in FUN() function
H A Dpdfpage.c4 FUN(PDFPage_createAnnotation)(JNIEnv *env, jobject self, jint subtype) in FUN() function
21 FUN(PDFPage_deleteAnnotation)(JNIEnv *env, jobject self, jobject jannot) in FUN() function
36 FUN(PDFPage_update)(JNIEnv *env, jobject self) in FUN() function
53 FUN(PDFPage_applyRedactions)(JNIEnv *env, jobject self, jboolean blackBoxes, jint imageMethod) in FUN() function
71 FUN(PDFPage_getAnnotations)(JNIEnv *env, jobject self) in FUN() function
124 FUN(PDFPage_getWidgetsNative)(JNIEnv *env, jobject self) in FUN() function
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DBuiltInOneLiners.H29 #define DECLARE_COCOALIB_FUNCTION0(FUN) \ argument
33 #define DECLARE_COCOALIB_FUNCTION1(FUN, ARG1T) \ argument
37 #define DECLARE_COCOALIB_FUNCTION2(FUN, ARG1T, ARG2T) \ argument
44 #define DECLARE_COCOALIB_FUNCTION3(FUN, ARG1T, ARG2T, ARG3T) \ argument
52 #define DECLARE_COCOALIB_FUNCTION4(FUN, ARG1T, ARG2T, ARG3T, ARG4T) \ argument
61 #define DECLARE_COCOALIB_FUNCTION5(FUN, ARG1T, ARG2T, ARG3T, ARG4T, ARG5T) \ argument
71 #define DECLARE_COCOALIBFORC5_FUNCTION0(FUN) \ argument
75 #define DECLARE_COCOALIBFORC5_FUNCTION1(FUN, ARG1T) \ argument
81 #define DECLARE_COCOALIBFORC5_FUNCTION2(FUN, ARG1T, ARG2T) \ argument
88 #define DECLARE_COCOALIBFORC5_FUNCTION3(FUN, ARG1T, ARG2T, ARG3T) \ argument
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DBuiltInOneLiners.H29 #define DECLARE_COCOALIB_FUNCTION0(FUN) \ argument
33 #define DECLARE_COCOALIB_FUNCTION1(FUN, ARG1T) \ argument
37 #define DECLARE_COCOALIB_FUNCTION2(FUN, ARG1T, ARG2T) \ argument
44 #define DECLARE_COCOALIB_FUNCTION3(FUN, ARG1T, ARG2T, ARG3T) \ argument
52 #define DECLARE_COCOALIB_FUNCTION4(FUN, ARG1T, ARG2T, ARG3T, ARG4T) \ argument
61 #define DECLARE_COCOALIB_FUNCTION5(FUN, ARG1T, ARG2T, ARG3T, ARG4T, ARG5T) \ argument
71 #define DECLARE_COCOALIBFORC5_FUNCTION0(FUN) \ argument
75 #define DECLARE_COCOALIBFORC5_FUNCTION1(FUN, ARG1T) \ argument
81 #define DECLARE_COCOALIBFORC5_FUNCTION2(FUN, ARG1T, ARG2T) \ argument
88 #define DECLARE_COCOALIBFORC5_FUNCTION3(FUN, ARG1T, ARG2T, ARG3T) \ argument
[all …]
/dports/math/R-cran-xts/xts/R/
H A Dperiod.apply.R22 function(x, INDEX, FUN, ...) argument
51 function (x, INDEX, FUN, ...) argument
75 function(x,FUN, ...) argument
81 function(x,FUN, ...) argument
88 function(x,FUN, ...) argument
95 function(x,FUN, ...) argument
102 function(x,FUN, ...) argument
108 period_apply <- function(x, INDEX, FUN, ...) { argument
/dports/math/R-cran-raster/raster/R/
H A Dzonal.R225 alltab <- aggregate(x[,1:(ncol(x)-1)], by=list(x[,ncol(x)]), FUN=func, na.rm=na.rm) nameattr
279 alltab <- rbind(alltab, aggregate(d[,1:nc], by=list(d[,nc1]), FUN=func1, na.rm=na.rm)) nameattr
282 …cnttab <- rbind(cnttab, aggregate(d[,1:nc], by=list(d[,nc1]), FUN=function(x)length(stats::na.omit… nameattr in function
287 cnttab <- rbind(cnttab, aggregate(d[,1:nc], by=list(d[,nc1]), FUN=length)) nameattr
289 sqtab <- rbind(sqtab, aggregate( (d[,1:nc])^2, by=list(d[,nc]), FUN=sum)) nameattr
294 alltab <- aggregate(alltab[,nc2], by=list(alltab[,1]), FUN=func2, na.rm=na.rm) nameattr
296 cnttab <- aggregate(cnttab[,nc2], by=list(cnttab[,1]), FUN=sum, na.rm=na.rm) nameattr
298 sqtab <- aggregate(sqtab[,nc2], by=list(sqtab[,1]), FUN=sum, na.rm=na.rm) nameattr
307 alltab <- aggregate(alltab[,nc2], by=list(alltab[,1]), FUN=func2, na.rm=na.rm) nameattr
309 cnttab <- aggregate(cnttab[,nc2], by=list(cnttab[,1]), FUN=sum) nameattr
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/mmixware/sys/
H A Dsyscall.h49 #define TRAP1i(FUN, ARG1) \ argument
64 #define I3f(FUN, ARG1, N, ARGS) \ argument
72 #define DO32(FUN, ARG1, ARGS) \ argument
111 #define TRAP1f(FUN, ARG1) \ argument
117 #define TRAP2f(FUN, ARG1, ARG2) \ argument
123 #define TRAP3f(FUN, ARG1, ARG2, ARG3) \ argument

12345678910>>...50