|
| void | YGNodeCopyStyle (YGNodeRef dstNode, YGNodeConstRef srcNode) |
| |
| void | YGNodeStyleSetDirection (const YGNodeRef node, const YGDirection value) |
| |
| YGDirection | YGNodeStyleGetDirection (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetFlexDirection (const YGNodeRef node, const YGFlexDirection flexDirection) |
| |
| YGFlexDirection | YGNodeStyleGetFlexDirection (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetJustifyContent (const YGNodeRef node, const YGJustify justifyContent) |
| |
| YGJustify | YGNodeStyleGetJustifyContent (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetJustifyItems (YGNodeRef node, const YGJustify justifyItems) |
| |
| YGJustify | YGNodeStyleGetJustifyItems (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetJustifySelf (YGNodeRef node, const YGJustify justifySelf) |
| |
| YGJustify | YGNodeStyleGetJustifySelf (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetAlignContent (const YGNodeRef node, const YGAlign alignContent) |
| |
| YGAlign | YGNodeStyleGetAlignContent (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetAlignItems (const YGNodeRef node, const YGAlign alignItems) |
| |
| YGAlign | YGNodeStyleGetAlignItems (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetAlignSelf (const YGNodeRef node, const YGAlign alignSelf) |
| |
| YGAlign | YGNodeStyleGetAlignSelf (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetPositionType (const YGNodeRef node, const YGPositionType positionType) |
| |
| YGPositionType | YGNodeStyleGetPositionType (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetFlexWrap (const YGNodeRef node, const YGWrap flexWrap) |
| |
| YGWrap | YGNodeStyleGetFlexWrap (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetOverflow (const YGNodeRef node, const YGOverflow overflow) |
| |
| YGOverflow | YGNodeStyleGetOverflow (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetDisplay (const YGNodeRef node, const YGDisplay display) |
| |
| YGDisplay | YGNodeStyleGetDisplay (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetFlex (const YGNodeRef node, const float flex) |
| |
| float | YGNodeStyleGetFlex (const YGNodeConstRef nodeRef) |
| |
| void | YGNodeStyleSetFlexGrow (const YGNodeRef node, const float flexGrow) |
| |
| float | YGNodeStyleGetFlexGrow (const YGNodeConstRef nodeRef) |
| |
| void | YGNodeStyleSetFlexShrink (const YGNodeRef node, const float flexShrink) |
| |
| float | YGNodeStyleGetFlexShrink (const YGNodeConstRef nodeRef) |
| |
| void | YGNodeStyleSetFlexBasis (const YGNodeRef node, const float flexBasis) |
| |
| void | YGNodeStyleSetFlexBasisPercent (const YGNodeRef node, const float flexBasisPercent) |
| |
| void | YGNodeStyleSetFlexBasisAuto (const YGNodeRef node) |
| |
| void | YGNodeStyleSetFlexBasisMaxContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetFlexBasisFitContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetFlexBasisStretch (const YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetFlexBasis (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetPosition (YGNodeRef node, YGEdge edge, float points) |
| |
| void | YGNodeStyleSetPositionPercent (YGNodeRef node, YGEdge edge, float percent) |
| |
| void | YGNodeStyleSetPositionAuto (YGNodeRef node, YGEdge edge) |
| |
| YGValue | YGNodeStyleGetPosition (YGNodeConstRef node, YGEdge edge) |
| |
| void | YGNodeStyleSetMargin (YGNodeRef node, YGEdge edge, float points) |
| |
| void | YGNodeStyleSetMarginPercent (YGNodeRef node, YGEdge edge, float percent) |
| |
| void | YGNodeStyleSetMarginAuto (YGNodeRef node, YGEdge edge) |
| |
| YGValue | YGNodeStyleGetMargin (YGNodeConstRef node, YGEdge edge) |
| |
| void | YGNodeStyleSetPadding (YGNodeRef node, YGEdge edge, float points) |
| |
| void | YGNodeStyleSetPaddingPercent (YGNodeRef node, YGEdge edge, float percent) |
| |
| YGValue | YGNodeStyleGetPadding (YGNodeConstRef node, YGEdge edge) |
| |
| void | YGNodeStyleSetBorder (const YGNodeRef node, const YGEdge edge, const float border) |
| |
| float | YGNodeStyleGetBorder (const YGNodeConstRef node, const YGEdge edge) |
| |
| void | YGNodeStyleSetGap (const YGNodeRef node, const YGGutter gutter, const float gapLength) |
| |
| void | YGNodeStyleSetGapPercent (YGNodeRef node, YGGutter gutter, float percent) |
| |
| YGValue | YGNodeStyleGetGap (const YGNodeConstRef node, const YGGutter gutter) |
| |
| void | YGNodeStyleSetAspectRatio (const YGNodeRef node, const float aspectRatio) |
| |
| float | YGNodeStyleGetAspectRatio (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetBoxSizing (YGNodeRef node, YGBoxSizing boxSizing) |
| |
| YGBoxSizing | YGNodeStyleGetBoxSizing (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetWidth (YGNodeRef node, float points) |
| |
| void | YGNodeStyleSetWidthPercent (YGNodeRef node, float percent) |
| |
| void | YGNodeStyleSetWidthAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetWidthMaxContent (YGNodeRef node) |
| |
| void | YGNodeStyleSetWidthFitContent (YGNodeRef node) |
| |
| void | YGNodeStyleSetWidthStretch (YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetWidth (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetHeight (YGNodeRef node, float points) |
| |
| void | YGNodeStyleSetHeightPercent (YGNodeRef node, float percent) |
| |
| void | YGNodeStyleSetHeightAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetHeightMaxContent (YGNodeRef node) |
| |
| void | YGNodeStyleSetHeightFitContent (YGNodeRef node) |
| |
| void | YGNodeStyleSetHeightStretch (YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetHeight (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetMinWidth (const YGNodeRef node, const float minWidth) |
| |
| void | YGNodeStyleSetMinWidthPercent (const YGNodeRef node, const float minWidth) |
| |
| void | YGNodeStyleSetMinWidthMaxContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMinWidthFitContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMinWidthStretch (const YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetMinWidth (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetMinHeight (const YGNodeRef node, const float minHeight) |
| |
| void | YGNodeStyleSetMinHeightPercent (const YGNodeRef node, const float minHeight) |
| |
| void | YGNodeStyleSetMinHeightMaxContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMinHeightFitContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMinHeightStretch (const YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetMinHeight (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetMaxWidth (const YGNodeRef node, const float maxWidth) |
| |
| void | YGNodeStyleSetMaxWidthPercent (const YGNodeRef node, const float maxWidth) |
| |
| void | YGNodeStyleSetMaxWidthMaxContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMaxWidthFitContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMaxWidthStretch (const YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetMaxWidth (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetMaxHeight (const YGNodeRef node, const float maxHeight) |
| |
| void | YGNodeStyleSetMaxHeightPercent (const YGNodeRef node, const float maxHeight) |
| |
| void | YGNodeStyleSetMaxHeightMaxContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMaxHeightFitContent (const YGNodeRef node) |
| |
| void | YGNodeStyleSetMaxHeightStretch (const YGNodeRef node) |
| |
| YGValue | YGNodeStyleGetMaxHeight (const YGNodeConstRef node) |
| |
| void | YGNodeStyleSetGridColumnStart (YGNodeRef node, int32_t gridColumnStart) |
| |
| void | YGNodeStyleSetGridColumnStartAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetGridColumnStartSpan (YGNodeRef node, int32_t span) |
| |
| int32_t | YGNodeStyleGetGridColumnStart (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetGridColumnEnd (YGNodeRef node, int32_t gridColumnEnd) |
| |
| void | YGNodeStyleSetGridColumnEndAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetGridColumnEndSpan (YGNodeRef node, int32_t span) |
| |
| int32_t | YGNodeStyleGetGridColumnEnd (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetGridRowStart (YGNodeRef node, int32_t gridRowStart) |
| |
| void | YGNodeStyleSetGridRowStartAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetGridRowStartSpan (YGNodeRef node, int32_t span) |
| |
| int32_t | YGNodeStyleGetGridRowStart (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetGridRowEnd (YGNodeRef node, int32_t gridRowEnd) |
| |
| void | YGNodeStyleSetGridRowEndAuto (YGNodeRef node) |
| |
| void | YGNodeStyleSetGridRowEndSpan (YGNodeRef node, int32_t span) |
| |
| int32_t | YGNodeStyleGetGridRowEnd (YGNodeConstRef node) |
| |
| void | YGNodeStyleSetGridTemplateColumnsCount (YGNodeRef node, size_t count) |
| |
| void | YGNodeStyleSetGridTemplateColumn (YGNodeRef node, size_t index, YGGridTrackType type, float value) |
| |
| void | YGNodeStyleSetGridTemplateColumnMinMax (YGNodeRef node, size_t index, YGGridTrackType minType, float minValue, YGGridTrackType maxType, float maxValue) |
| |
| void | YGNodeStyleSetGridTemplateRowsCount (YGNodeRef node, size_t count) |
| |
| void | YGNodeStyleSetGridTemplateRow (YGNodeRef node, size_t index, YGGridTrackType type, float value) |
| |
| void | YGNodeStyleSetGridTemplateRowMinMax (YGNodeRef node, size_t index, YGGridTrackType minType, float minValue, YGGridTrackType maxType, float maxValue) |
| |
| void | YGNodeStyleSetGridAutoColumnsCount (YGNodeRef node, size_t count) |
| |
| void | YGNodeStyleSetGridAutoColumn (YGNodeRef node, size_t index, YGGridTrackType type, float value) |
| |
| void | YGNodeStyleSetGridAutoColumnMinMax (YGNodeRef node, size_t index, YGGridTrackType minType, float minValue, YGGridTrackType maxType, float maxValue) |
| |
| void | YGNodeStyleSetGridAutoRowsCount (YGNodeRef node, size_t count) |
| |
| void | YGNodeStyleSetGridAutoRow (YGNodeRef node, size_t index, YGGridTrackType type, float value) |
| |
| void | YGNodeStyleSetGridAutoRowMinMax (YGNodeRef node, size_t index, YGGridTrackType minType, float minValue, YGGridTrackType maxType, float maxValue) |
| |