Lines Matching defs:JNIEnv

44 JNIEXPORT void JNICALL Java_SWFFill_nDestroy (JNIEnv *, jobject, jint handle)  in Java_SWFFill_nDestroy()  argument
50 JNIEXPORT void JNICALL Java_SWFFill_nSkewX (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nSkewX() argument
56 JNIEXPORT void JNICALL Java_SWFFill_nSkewXTo (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nSkewXTo() argument
62 JNIEXPORT void JNICALL Java_SWFFill_nSkewY (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nSkewY() argument
68 JNIEXPORT void JNICALL Java_SWFFill_nSkewYTo (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nSkewYTo() argument
74 JNIEXPORT void JNICALL Java_SWFFill_nScaleX (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nScaleX() argument
80 JNIEXPORT void JNICALL Java_SWFFill_nScaleXTo (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nScaleXTo() argument
86 JNIEXPORT void JNICALL Java_SWFFill_nScaleY (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nScaleY() argument
92 JNIEXPORT void JNICALL Java_SWFFill_nScaleYTo (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nScaleYTo() argument
98 JNIEXPORT void JNICALL Java_SWFFill_nScale (JNIEnv *, jobject, jint handle, jfloat xv, jfloat yv) in Java_SWFFill_nScale() argument
104 JNIEXPORT void JNICALL Java_SWFFill_nRotate (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nRotate() argument
110 JNIEXPORT void JNICALL Java_SWFFill_nRotateTo (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFFill_nRotateTo() argument
116 JNIEXPORT void JNICALL Java_SWFFill_nMove (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFFill_nMove() argument
122 JNIEXPORT void JNICALL Java_SWFFill_nMoveTo (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFFill_nMoveTo() argument
135 JNIEXPORT jint JNICALL Java_SWFShape_nNew (JNIEnv *, jobject) in Java_SWFShape_nNew() argument
141 JNIEXPORT void JNICALL Java_SWFShape_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFShape_nDestroy() argument
147 JNIEXPORT void JNICALL Java_SWFShape_nMovePen (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFShape_nMovePen() argument
153 JNIEXPORT void JNICALL Java_SWFShape_nMovePenTo (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFShape_nMovePenTo() argument
159 JNIEXPORT void JNICALL Java_SWFShape_nDrawLine (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFShape_nDrawLine() argument
165 JNIEXPORT void JNICALL Java_SWFShape_nDrawLineTo (JNIEnv *, jobject, jint handle, jfloat x, jfloat … in Java_SWFShape_nDrawLineTo() argument
171 JNIEXPORT void JNICALL Java_SWFShape_nDrawLineToRelative (JNIEnv *, jobject, jint handle, jfloat dx… in Java_SWFShape_nDrawLineToRelative() argument
178 JNIEXPORT void JNICALL Java_SWFShape_nDrawCurve (JNIEnv *, jobject, jint handle, jfloat bx, jfloat … in Java_SWFShape_nDrawCurve() argument
184 JNIEXPORT void JNICALL Java_SWFShape_nDrawCurveTo (JNIEnv *, jobject, jint handle, jfloat bx, jfloa… in Java_SWFShape_nDrawCurveTo() argument
190 JNIEXPORT void JNICALL Java_SWFShape_nDrawCubic (JNIEnv *, jobject, jint handle, jfloat bx, jfloat … in Java_SWFShape_nDrawCubic() argument
196 JNIEXPORT void JNICALL Java_SWFShape_nDrawCubicTo (JNIEnv *, jobject, jint handle, jfloat bx, jfloa… in Java_SWFShape_nDrawCubicTo() argument
202 JNIEXPORT void JNICALL Java_SWFShape_nDrawArc (JNIEnv *, jobject, jint handle, jfloat r, jfloat fro… in Java_SWFShape_nDrawArc() argument
208 JNIEXPORT void JNICALL Java_SWFShape_nDrawCircle (JNIEnv *, jobject, jint handle, jfloat r) in Java_SWFShape_nDrawCircle() argument
213 JNIEXPORT jfloat JNICALL Java_SWFShape_nGetPenX (JNIEnv *, jobject, jint handle) in Java_SWFShape_nGetPenX() argument
218 JNIEXPORT jfloat JNICALL Java_SWFShape_nGetPenY (JNIEnv *, jobject, jint handle) in Java_SWFShape_nGetPenY() argument
223 JNIEXPORT void JNICALL Java_SWFShape_nDrawGlyph (JNIEnv *, jobject, jint handle, jint Hfont, jint c) in Java_SWFShape_nDrawGlyph() argument
229 JNIEXPORT void JNICALL Java_SWFShape_nEnd (JNIEnv *, jobject, jint handle) in Java_SWFShape_nEnd() argument
235 JNIEXPORT void JNICALL Java_SWFShape_nSetLine (JNIEnv *, jobject, jint handle, jshort width, jint r… in Java_SWFShape_nSetLine() argument
241 JNIEXPORT jint JNICALL Java_SWFShape_nAddBitmapFill (JNIEnv *, jobject, jint handle, jint Hbitmap, … in Java_SWFShape_nAddBitmapFill() argument
247 JNIEXPORT jint JNICALL Java_SWFShape_nAddGradientFill (JNIEnv *, jobject, jint handle, jint Hgradie… in Java_SWFShape_nAddGradientFill() argument
253 JNIEXPORT jint JNICALL Java_SWFShape_nAddSolidFill (JNIEnv *, jobject, jint handle, jint r, jint g,… in Java_SWFShape_nAddSolidFill() argument
259 JNIEXPORT void JNICALL Java_SWFShape_nSetLeftFill (JNIEnv *, jobject, jint handle, jint Hfill) in Java_SWFShape_nSetLeftFill() argument
265 JNIEXPORT void JNICALL Java_SWFShape_nSetRightFill (JNIEnv *, jobject, jint handle, jint Hfill) in Java_SWFShape_nSetRightFill() argument
278 JNIEXPORT void JNICALL Java_SWFDisplayItem_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFDisplayItem_nDestroy() argument
284 JNIEXPORT void JNICALL Java_SWFDisplayItem_nRotate (JNIEnv *, jobject, jint handle, jfloat r) in Java_SWFDisplayItem_nRotate() argument
290 JNIEXPORT void JNICALL Java_SWFDisplayItem_nRotateTo (JNIEnv *, jobject, jint handle, jfloat r) in Java_SWFDisplayItem_nRotateTo() argument
296 JNIEXPORT void JNICALL Java_SWFDisplayItem_nMove (JNIEnv *, jobject, jint handle, jfloat x, jfloat … in Java_SWFDisplayItem_nMove() argument
302 JNIEXPORT void JNICALL Java_SWFDisplayItem_nMoveTo (JNIEnv *, jobject, jint handle, jfloat x, jfloa… in Java_SWFDisplayItem_nMoveTo() argument
308 JNIEXPORT void JNICALL Java_SWFDisplayItem_nScale (JNIEnv *, jobject, jint handle, jfloat xs, jfloa… in Java_SWFDisplayItem_nScale() argument
314 JNIEXPORT void JNICALL Java_SWFDisplayItem_nScaleTo (JNIEnv *, jobject, jint handle, jfloat xs, jfl… in Java_SWFDisplayItem_nScaleTo() argument
320 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSkewX (JNIEnv *, jobject, jint handle, jfloat s) in Java_SWFDisplayItem_nSkewX() argument
326 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSkewXTo (JNIEnv *, jobject, jint handle, jfloat s) in Java_SWFDisplayItem_nSkewXTo() argument
332 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSkewY (JNIEnv *, jobject, jint handle, jfloat s) in Java_SWFDisplayItem_nSkewY() argument
338 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSkewYTo (JNIEnv *, jobject, jint handle, jfloat s) in Java_SWFDisplayItem_nSkewYTo() argument
344 JNIEXPORT jint JNICALL Java_SWFDisplayItem_nGetDepth (JNIEnv *, jobject, jint handle) in Java_SWFDisplayItem_nGetDepth() argument
350 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSetDepth (JNIEnv *, jobject, jint handle, jint depth) in Java_SWFDisplayItem_nSetDepth() argument
356 JNIEXPORT void JNICALL Java_SWFDisplayItem_nRemove (JNIEnv *, jobject, jint handle) in Java_SWFDisplayItem_nRemove() argument
370 JNIEXPORT void JNICALL Java_SWFDisplayItem_nSetRatio (JNIEnv *, jobject, jint handle, jfloat r) in Java_SWFDisplayItem_nSetRatio() argument
376 JNIEXPORT void JNICALL Java_SWFDisplayItem_nAddColor (JNIEnv *, jobject, jint handle, jint r, jint … in Java_SWFDisplayItem_nAddColor() argument
382 JNIEXPORT void JNICALL Java_SWFDisplayItem_nMultColor (JNIEnv *, jobject, jint handle, jfloat r, jf… in Java_SWFDisplayItem_nMultColor() argument
394 JNIEXPORT jint JNICALL Java_SWFMovie_nNew (JNIEnv *, jobject) in Java_SWFMovie_nNew() argument
400 JNIEXPORT void JNICALL Java_SWFMovie_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFMovie_nDestroy() argument
406 JNIEXPORT void JNICALL Java_SWFMovie_nSetScale (JNIEnv *, jobject, jfloat scale) in Java_SWFMovie_nSetScale() argument
412 JNIEXPORT void JNICALL Java_SWFMovie_nSetCubicThreshold (JNIEnv *, jobject, jint v) in Java_SWFMovie_nSetCubicThreshold() argument
418 JNIEXPORT void JNICALL Java_SWFMovie_nSetRate (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFMovie_nSetRate() argument
424 JNIEXPORT void JNICALL Java_SWFMovie_nSetDimension (JNIEnv *, jobject, jint handle, jint width, jin… in Java_SWFMovie_nSetDimension() argument
430 JNIEXPORT void JNICALL Java_SWFMovie_nSetNumberOfFrames (JNIEnv *, jobject, jint handle, jint n) in Java_SWFMovie_nSetNumberOfFrames() argument
435 JNIEXPORT void JNICALL Java_SWFMovie_nUseSWFVersion (JNIEnv *, jobject, jint version) in Java_SWFMovie_nUseSWFVersion() argument
440 JNIEXPORT void JNICALL Java_SWFMovie_nSetBackground (JNIEnv *, jobject, jint handle, jint r, jint g… in Java_SWFMovie_nSetBackground() argument
446 JNIEXPORT void JNICALL Java_SWFMovie_nSetSoundStream (JNIEnv *, jobject, jint handle, jint Hsound_s… in Java_SWFMovie_nSetSoundStream() argument
452 JNIEXPORT jint JNICALL Java_SWFMovie_nAdd (JNIEnv *, jobject, jint handle, jint Hobject) in Java_SWFMovie_nAdd() argument
458 JNIEXPORT void JNICALL Java_SWFMovie_nRemove (JNIEnv *, jobject, jint handle, jint Hobject) in Java_SWFMovie_nRemove() argument
464 JNIEXPORT void JNICALL Java_SWFMovie_nNextFrame (JNIEnv *, jobject, jint handle) in Java_SWFMovie_nNextFrame() argument
478 JNIEXPORT jint JNICALL Java_SWFMovie_nSetCompression(JNIEnv *, jobject, jint handle, jint level) in Java_SWFMovie_nSetCompression() argument
511 JNIEXPORT jint JNICALL Java_SWFMovieClip_nNew (JNIEnv *, jobject) in Java_SWFMovieClip_nNew() argument
517 JNIEXPORT void JNICALL Java_SWFMovieClip_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFMovieClip_nDestroy() argument
523 JNIEXPORT void JNICALL Java_SWFMovieClip_nSetFrames (JNIEnv *, jobject, jint handle, jint v) in Java_SWFMovieClip_nSetFrames() argument
529 JNIEXPORT jint JNICALL Java_SWFMovieClip_nAdd (JNIEnv *, jobject, jint handle, jint Hobject) in Java_SWFMovieClip_nAdd() argument
535 JNIEXPORT void JNICALL Java_SWFMovieClip_nRemove (JNIEnv *, jobject, jint handle, jint Hobject) in Java_SWFMovieClip_nRemove() argument
541 JNIEXPORT void JNICALL Java_SWFMovieClip_nNextFrame (JNIEnv *, jobject, jint handle) in Java_SWFMovieClip_nNextFrame() argument
561 JNIEXPORT jint JNICALL Java_SWFMorph_nNew (JNIEnv *, jobject) in Java_SWFMorph_nNew() argument
567 JNIEXPORT void JNICALL Java_SWFMorph_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFMorph_nDestroy() argument
573 JNIEXPORT jint JNICALL Java_SWFMorph_nGetShape1 (JNIEnv *, jobject, jint handle) in Java_SWFMorph_nGetShape1() argument
579 JNIEXPORT jint JNICALL Java_SWFMorph_nGetShape2 (JNIEnv *, jobject, jint handle) in Java_SWFMorph_nGetShape2() argument
616 JNIEXPORT void JNICALL Java_SWFFont_nDestroyFileFont (JNIEnv *, jobject, jint handle) in Java_SWFFont_nDestroyFileFont() argument
622 JNIEXPORT void JNICALL Java_SWFFont_nDestroyBrowserFont (JNIEnv *, jobject, jint handle) in Java_SWFFont_nDestroyBrowserFont() argument
638 JNIEXPORT jfloat JNICALL Java_SWFFont_nGetAscent (JNIEnv *, jobject, jint handle) in Java_SWFFont_nGetAscent() argument
644 JNIEXPORT jfloat JNICALL Java_SWFFont_nGetDescent (JNIEnv *, jobject, jint handle) in Java_SWFFont_nGetDescent() argument
650 JNIEXPORT jfloat JNICALL Java_SWFFont_nGetLeading (JNIEnv *, jobject, jint handle) in Java_SWFFont_nGetLeading() argument
724 JNIEXPORT void JNICALL Java_SWFBitmap_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFBitmap_nDestroy() argument
730 JNIEXPORT jint JNICALL Java_SWFBitmap_nGetWidth (JNIEnv *, jobject, jint handle) in Java_SWFBitmap_nGetWidth() argument
736 JNIEXPORT jint JNICALL Java_SWFBitmap_nGetHeight (JNIEnv *, jobject, jint handle) in Java_SWFBitmap_nGetHeight() argument
741 JNIEXPORT void JNICALL Java_SWFTextField_nSetHeight (JNIEnv *, jobject, jint handle, jfloat height) in Java_SWFTextField_nSetHeight() argument
751 JNIEXPORT jint JNICALL Java_SWFText_nNew (JNIEnv *, jobject) in Java_SWFText_nNew() argument
757 JNIEXPORT void JNICALL Java_SWFText_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFText_nDestroy() argument
763 JNIEXPORT void JNICALL Java_SWFText_nSetFont (JNIEnv *, jobject, jint handle, jint Hfont) in Java_SWFText_nSetFont() argument
769 JNIEXPORT void JNICALL Java_SWFText_nSetColor (JNIEnv *, jobject, jint handle, jint r, jint g, jint… in Java_SWFText_nSetColor() argument
783 JNIEXPORT void JNICALL Java_SWFText_nSetHeight (JNIEnv *, jobject, jint handle, jfloat height) in Java_SWFText_nSetHeight() argument
789 JNIEXPORT void JNICALL Java_SWFText_nSetSpacing (JNIEnv *, jobject, jint handle, jfloat spacing) in Java_SWFText_nSetSpacing() argument
795 JNIEXPORT jfloat JNICALL Java_SWFText_nGetAscent (JNIEnv *, jobject, jint handle) in Java_SWFText_nGetAscent() argument
801 JNIEXPORT jfloat JNICALL Java_SWFText_nGetDescent (JNIEnv *, jobject, jint handle) in Java_SWFText_nGetDescent() argument
807 JNIEXPORT jfloat JNICALL Java_SWFText_nGetLeading (JNIEnv *, jobject, jint handle) in Java_SWFText_nGetLeading() argument
813 JNIEXPORT void JNICALL Java_SWFText_nMoveTo (JNIEnv *, jobject, jint handle, jfloat x, jfloat y) in Java_SWFText_nMoveTo() argument
825 JNIEXPORT jint JNICALL Java_SWFTextField_nNew (JNIEnv *, jobject) in Java_SWFTextField_nNew() argument
831 JNIEXPORT void JNICALL Java_SWFTextField_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFTextField_nDestroy() argument
837 JNIEXPORT void JNICALL Java_SWFTextField_nSetFont (JNIEnv *, jobject, jint handle, jint Hfont) in Java_SWFTextField_nSetFont() argument
843 JNIEXPORT void JNICALL Java_SWFTextField_nSetColor (JNIEnv *, jobject, jint handle, jint r, jint g,… in Java_SWFTextField_nSetColor() argument
858 JNIEXPORT void JNICALL Java_SWFTextField_nSetBounds (JNIEnv *, jobject, jint handle, jfloat width, … in Java_SWFTextField_nSetBounds() argument
864 JNIEXPORT void JNICALL Java_SWFTextField_nSetFlags (JNIEnv *, jobject, jint handle, jlong flags) in Java_SWFTextField_nSetFlags() argument
870 JNIEXPORT void JNICALL Java_SWFTextField_nSetAlignment (JNIEnv *, jobject, jint handle, jint align) in Java_SWFTextField_nSetAlignment() argument
884 JNIEXPORT void JNICALL Java_SWFTextField_nSetLeftMargin (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFTextField_nSetLeftMargin() argument
890 JNIEXPORT void JNICALL Java_SWFTextField_nSetRightMargin (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFTextField_nSetRightMargin() argument
896 JNIEXPORT void JNICALL Java_SWFTextField_nSetIndentation (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFTextField_nSetIndentation() argument
902 JNIEXPORT void JNICALL Java_SWFTextField_nSetLineSpacing (JNIEnv *, jobject, jint handle, jfloat v) in Java_SWFTextField_nSetLineSpacing() argument
908 JNIEXPORT void JNICALL Java_SWFTextField_nSetLength (JNIEnv *, jobject, jint handle, jint len) in Java_SWFTextField_nSetLength() argument
958 JNIEXPORT jint JNICALL Java_SWFVideoStream_nNew (JNIEnv * , jobject, jstring filename) in Java_SWFVideoStream_nNew() argument
966 JNIEXPORT void JNICALL Java_SWFVideoStream_nSetDimension(JNIEnv *, jobject, jint handle, jint width… in Java_SWFVideoStream_nSetDimension() argument
971 JNIEXPORT jint JNICALL Java_SWFVideoStream_nGetNumFrames(JNIEnv *, jobject, jint handle) in Java_SWFVideoStream_nGetNumFrames() argument
980 JNIEXPORT jint JNICALL Java_SWFGradient_nNew (JNIEnv *, jobject) in Java_SWFGradient_nNew() argument
986 JNIEXPORT void JNICALL Java_SWFGradient_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFGradient_nDestroy() argument
993 JNIEXPORT void JNICALL Java_SWFGradient_nAddEntry (JNIEnv *, jobject, jint handle, jfloat ratio, ji… in Java_SWFGradient_nAddEntry() argument
1004 JNIEXPORT jint JNICALL Java_SWFButton_nNew (JNIEnv *, jobject) in Java_SWFButton_nNew() argument
1010 JNIEXPORT void JNICALL Java_SWFButton_nDestroy (JNIEnv *, jobject, jint handle) in Java_SWFButton_nDestroy() argument
1016 JNIEXPORT void JNICALL Java_SWFButton_nAddShape (JNIEnv *, jobject, jint handle, jint Hshape, jint … in Java_SWFButton_nAddShape() argument
1022 JNIEXPORT void JNICALL Java_SWFButton_nAddAction (JNIEnv *, jobject, jint handle, jint Haction, jin… in Java_SWFButton_nAddAction() argument