|
| static ScopedLocalRef< jobject > | YGNodeJobject (YGNodeConstRef node) |
| |
| static YGNodeRef | _jlong2YGNodeRef (jlong addr) |
| |
| static YGConfigRef | _jlong2YGConfigRef (jlong addr) |
| |
| static jlong | jni_YGConfigNewJNI (JNIEnv *, jobject) |
| |
| static void | jni_YGConfigFreeJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGConfigSetExperimentalFeatureEnabledJNI (JNIEnv *, jobject, jlong nativePointer, jint feature, jboolean enabled) |
| |
| static void | jni_YGConfigSetUseWebDefaultsJNI (JNIEnv *, jobject, jlong nativePointer, jboolean useWebDefaults) |
| |
| static void | jni_YGConfigSetPointScaleFactorJNI (JNIEnv *, jobject, jlong nativePointer, jfloat pixelsInPoint) |
| |
| static void | jni_YGConfigSetErrataJNI (JNIEnv *, jobject, jlong nativePointer, jint errata) |
| |
| static jint | jni_YGConfigGetErrataJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static jlong | jni_YGNodeNewJNI (JNIEnv *, jobject) |
| |
| static jlong | jni_YGNodeNewWithConfigJNI (JNIEnv *, jobject, jlong configPointer) |
| |
| static int | YGJNILogFunc (const YGConfigConstRef config, const YGNodeConstRef, YGLogLevel level, const char *format, va_list args) |
| |
| static void | jni_YGConfigSetLoggerJNI (JNIEnv *env, jobject, jlong nativePointer, jobject logger) |
| |
| static void | jni_YGNodeFinalizeJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGNodeResetJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGNodeInsertChildJNI (JNIEnv *, jobject, jlong nativePointer, jlong childPointer, jint index) |
| |
| static void | jni_YGNodeSwapChildJNI (JNIEnv *, jobject, jlong nativePointer, jlong childPointer, jint index) |
| |
| static void | jni_YGNodeSetIsReferenceBaselineJNI (JNIEnv *, jobject, jlong nativePointer, jboolean isReferenceBaseline) |
| |
| static jboolean | jni_YGNodeIsReferenceBaselineJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGNodeRemoveAllChildrenJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGNodeRemoveChildJNI (JNIEnv *, jobject, jlong nativePointer, jlong childPointer) |
| |
| static void | YGTransferLayoutOutputsRecursive (JNIEnv *env, jobject thiz, YGNodeRef root) |
| |
| static void | jni_YGNodeCalculateLayoutJNI (JNIEnv *env, jobject obj, jlong nativePointer, jfloat width, jfloat height, jlongArray nativePointers, jobjectArray javaNodes) |
| |
| static void | jni_YGNodeMarkDirtyJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static jboolean | jni_YGNodeIsDirtyJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static void | jni_YGNodeCopyStyleJNI (JNIEnv *, jobject, jlong dstNativePointer, jlong srcNativePointer) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGDirection, Direction) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGFlexDirection, FlexDirection) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGJustify, JustifyContent) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGAlign, AlignItems) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGAlign, AlignSelf) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGAlign, AlignContent) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGPositionType, PositionType) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGBoxSizing, BoxSizing) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGWrap, FlexWrap) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGOverflow, Overflow) |
| |
| | YG_NODE_JNI_STYLE_PROP (jint, YGDisplay, Display) |
| |
| | YG_NODE_JNI_STYLE_PROP (jfloat, float, Flex) |
| |
| | YG_NODE_JNI_STYLE_PROP (jfloat, float, FlexGrow) |
| |
| | YG_NODE_JNI_STYLE_PROP (jfloat, float, FlexShrink) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_AUTO_INTRINSIC (FlexBasis) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_AUTO_INTRINSIC (Width) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_INTRINSIC (MinWidth) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_INTRINSIC (MaxWidth) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_AUTO_INTRINSIC (Height) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_INTRINSIC (MinHeight) |
| |
| | YG_NODE_JNI_STYLE_UNIT_PROP_INTRINSIC (MaxHeight) |
| |
| | YG_NODE_JNI_STYLE_EDGE_UNIT_PROP_AUTO (Position) |
| |
| static jlong | jni_YGNodeStyleGetMarginJNI (JNIEnv *, jobject, jlong nativePointer, jint edge) |
| |
| static void | jni_YGNodeStyleSetMarginJNI (JNIEnv *, jobject, jlong nativePointer, jint edge, jfloat margin) |
| |
| static void | jni_YGNodeStyleSetMarginPercentJNI (JNIEnv *, jobject, jlong nativePointer, jint edge, jfloat percent) |
| |
| static void | jni_YGNodeStyleSetMarginAutoJNI (JNIEnv *, jobject, jlong nativePointer, jint edge) |
| |
| static jlong | jni_YGNodeStyleGetPaddingJNI (JNIEnv *, jobject, jlong nativePointer, jint edge) |
| |
| static void | jni_YGNodeStyleSetPaddingJNI (JNIEnv *, jobject, jlong nativePointer, jint edge, jfloat padding) |
| |
| static void | jni_YGNodeStyleSetPaddingPercentJNI (JNIEnv *, jobject, jlong nativePointer, jint edge, jfloat percent) |
| |
| static jfloat | jni_YGNodeStyleGetBorderJNI (JNIEnv *, jobject, jlong nativePointer, jint edge) |
| |
| static void | jni_YGNodeStyleSetBorderJNI (JNIEnv *, jobject, jlong nativePointer, jint edge, jfloat border) |
| |
| static void | YGTransferLayoutDirection (YGNodeConstRef node, jobject javaNode) |
| |
| static YGSize | YGJNIMeasureFunc (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode) |
| |
| static void | jni_YGNodeSetHasMeasureFuncJNI (JNIEnv *, jobject, jlong nativePointer, jboolean hasMeasureFunc) |
| |
| static float | YGJNIBaselineFunc (YGNodeConstRef node, float width, float height) |
| |
| static void | jni_YGNodeSetHasBaselineFuncJNI (JNIEnv *, jobject, jlong nativePointer, jboolean hasBaselineFunc) |
| |
| static void | jni_YGNodeSetAlwaysFormsContainingBlockJNI (JNIEnv *, jobject, jlong nativePointer, jboolean alwaysFormsContainingBlock) |
| |
| static jlong | jni_YGNodeCloneJNI (JNIEnv *, jobject, jlong nativePointer) |
| |
| static jlong | jni_YGNodeStyleGetGapJNI (JNIEnv *, jobject, jlong nativePointer, jint gutter) |
| |
| static void | jni_YGNodeStyleSetGapJNI (JNIEnv *, jobject, jlong nativePointer, jint gutter, jfloat gapLength) |
| |
| static void | jni_YGNodeStyleSetGapPercentJNI (JNIEnv *, jobject, jlong nativePointer, jint gutter, jfloat gapLength) |
| |
| | YG_NODE_JNI_STYLE_PROP (jfloat, float, AspectRatio) |
| |