Lines Matching defs:fields_t
28 struct fields_t { struct
30 jclass coClazz;
31 jmethodID coConstructId;
32 jfieldID coTypeId;
33 jfieldID coIdId;
34 jfieldID coOptionFlagsId;
35 jfieldID coDurationMsId;
36 jfieldID coInterpolatorTypeId;
37 jfieldID coTimesId;
38 jfieldID coVolumesId;
41 jclass opClazz;
42 jmethodID opConstructId;
43 jfieldID opFlagsId;
44 jfieldID opReplaceIdId;
45 jfieldID opXOffsetId;
48 jclass stClazz;
49 jmethodID stConstructId;
50 jfieldID stVolumeId;
51 jfieldID stXOffsetId;
53 void init(JNIEnv *env) { in init()
100 void exit(JNIEnv *env) { in exit()