SYMBOL INDEX (122 symbols across 6 files) FILE: FlexBoxLayout/Classes/Layout/FBLayout.h type FBFlexDirection (line 10) | typedef enum FBFlexDirection { type FBMeasureMode (line 17) | typedef enum FBMeasureMode { type FBPrintOptions (line 23) | typedef enum FBPrintOptions { type FBEdge (line 29) | typedef enum FBEdge { type FBPositionType (line 41) | typedef enum FBPositionType { type FBDimension (line 46) | typedef enum FBDimension { type FBJustify (line 51) | typedef enum FBJustify { type FBDirection (line 59) | typedef enum FBDirection { type FBLogLevel (line 65) | typedef enum FBLogLevel { type FBWrap (line 73) | typedef enum FBWrap { type FBAlign (line 80) | typedef enum FBAlign { FILE: FlexBoxLayout/Classes/Layout/YGEnums.h type YGFlexDirection (line 16) | enum YGFlexDirection { type YGMeasureMode (line 24) | typedef enum YGMeasureMode { type YGPrintOptions (line 31) | typedef enum YGPrintOptions { type YGEdge (line 38) | typedef enum YGEdge { type YGPositionType (line 51) | typedef enum YGPositionType { type YGDimension (line 57) | typedef enum YGDimension { type YGJustify (line 63) | typedef enum YGJustify { type YGDirection (line 72) | typedef enum YGDirection { type YGLogLevel (line 79) | typedef enum YGLogLevel { type YGWrap (line 88) | typedef enum YGWrap { type YGOverflow (line 94) | typedef enum YGOverflow { type YGExperimentalFeature (line 101) | typedef enum YGExperimentalFeature { type YGAlign (line 107) | typedef enum YGAlign { FILE: FlexBoxLayout/Classes/Layout/YGNodeList.c type YGNodeList (line 16) | struct YGNodeList { function YGNodeListRef (line 22) | YGNodeListRef YGNodeListNew(const uint32_t initialCapacity) { function YGNodeListFree (line 34) | void YGNodeListFree(const YGNodeListRef list) { function YGNodeListCount (line 41) | uint32_t YGNodeListCount(const YGNodeListRef list) { function YGNodeListAdd (line 48) | void YGNodeListAdd(YGNodeListRef *listp, const YGNodeRef node) { function YGNodeListInsert (line 55) | void YGNodeListInsert(YGNodeListRef *listp, const YGNodeRef node, const ... function YGNodeRef (line 75) | YGNodeRef YGNodeListRemove(const YGNodeListRef list, const uint32_t inde... function YGNodeRef (line 88) | YGNodeRef YGNodeListDelete(const YGNodeListRef list, const YGNodeRef nod... function YGNodeRef (line 98) | YGNodeRef YGNodeListGet(const YGNodeListRef list, const uint32_t index) { FILE: FlexBoxLayout/Classes/Layout/YGNodeList.h type YGNodeList (line 22) | struct YGNodeList FILE: FlexBoxLayout/Classes/Layout/Yoga.c function fmaxf (line 27) | __forceinline const float fmaxf(const float a, const float b) { type YGCachedMeasurement (line 33) | typedef struct YGCachedMeasurement { type YGLayout (line 47) | typedef struct YGLayout { type YGStyle (line 67) | typedef struct YGStyle { type YGNode (line 93) | typedef struct YGNode { function YGAndroidLog (line 118) | static int YGAndroidLog(YGLogLevel level, const char *format, va_list ar... function YGDefaultLog (line 144) | static int YGDefaultLog(YGLogLevel level, const char *format, va_list ar... function YGComputedEdgeValue (line 159) | static inline float YGComputedEdgeValue(const float edges[YGEdgeCount], function YGNodeInit (line 188) | static void YGNodeInit(const YGNodeRef node) { function YGNodeRef (line 245) | YGNodeRef YGNodeNew(void) { function YGNodeFree (line 254) | void YGNodeFree(const YGNodeRef node) { function YGNodeFreeRecursive (line 271) | void YGNodeFreeRecursive(const YGNodeRef root) { function YGNodeReset (line 280) | void YGNodeReset(const YGNodeRef node) { function YGNodeGetInstanceCount (line 289) | int32_t YGNodeGetInstanceCount(void) { function YGNodeMarkDirtyInternal (line 293) | static void YGNodeMarkDirtyInternal(const YGNodeRef node) { function YGNodeSetMeasureFunc (line 303) | void YGNodeSetMeasureFunc(const YGNodeRef node, YGMeasureFunc measureFun... function YGMeasureFunc (line 313) | YGMeasureFunc YGNodeGetMeasureFunc(const YGNodeRef node) { function YGNodeInsertChild (line 317) | void YGNodeInsertChild(const YGNodeRef node, const YGNodeRef child, cons... function YGNodeRemoveChild (line 326) | void YGNodeRemoveChild(const YGNodeRef node, const YGNodeRef child) { function YGNodeRef (line 333) | YGNodeRef YGNodeGetChild(const YGNodeRef node, const uint32_t index) { function YGNodeRef (line 337) | YGNodeRef YGNodeGetParent(const YGNodeRef node) { function YGNodeGetChildCount (line 341) | inline uint32_t YGNodeGetChildCount(const YGNodeRef node) { function YGNodeMarkDirty (line 345) | void YGNodeMarkDirty(const YGNodeRef node) { function YGNodeIsDirty (line 352) | bool YGNodeIsDirty(const YGNodeRef node) { function YGNodeCopyStyle (line 356) | void YGNodeCopyStyle(const YGNodeRef dstNode, const YGNodeRef srcNode) { function YGNodeStyleGetFlexGrow (line 363) | inline float YGNodeStyleGetFlexGrow(const YGNodeRef node) { function YGNodeStyleGetFlexShrink (line 373) | inline float YGNodeStyleGetFlexShrink(const YGNodeRef node) { function YGNodeStyleGetFlexBasis (line 383) | inline float YGNodeStyleGetFlexBasis(const YGNodeRef node) { function YGNodeStyleSetFlex (line 393) | void YGNodeStyleSetFlex(const YGNodeRef node, const float flex) { function YGValueIsUndefined (line 493) | inline bool YGValueIsUndefined(const float value) { function YGFloatsEqual (line 497) | static inline bool YGFloatsEqual(const float a, const float b) { function YGIndent (line 504) | static void YGIndent(const uint32_t n) { function YGPrintNumberIfNotZero (line 510) | static void YGPrintNumberIfNotZero(const char *str, const float number) { function YGPrintNumberIfNotUndefined (line 516) | static void YGPrintNumberIfNotUndefined(const char *str, const float num... function YGFourFloatsEqual (line 522) | static bool YGFourFloatsEqual(const float four[4]) { function YGNodePrintInternal (line 527) | static void YGNodePrintInternal(const YGNodeRef node, function YGNodePrint (line 685) | void YGNodePrint(const YGNodeRef node, const YGPrintOptions options) { function YGFlexDirectionIsRow (line 714) | static inline bool YGFlexDirectionIsRow(const YGFlexDirection flexDirect... function YGFlexDirectionIsColumn (line 718) | static inline bool YGFlexDirectionIsColumn(const YGFlexDirection flexDir... function YGNodeLeadingMargin (line 722) | static inline float YGNodeLeadingMargin(const YGNodeRef node, const YGFl... function YGNodeTrailingMargin (line 730) | static float YGNodeTrailingMargin(const YGNodeRef node, const YGFlexDire... function YGNodeLeadingPadding (line 738) | static float YGNodeLeadingPadding(const YGNodeRef node, const YGFlexDire... function YGNodeTrailingPadding (line 747) | static float YGNodeTrailingPadding(const YGNodeRef node, const YGFlexDir... function YGNodeLeadingBorder (line 756) | static float YGNodeLeadingBorder(const YGNodeRef node, const YGFlexDirec... function YGNodeTrailingBorder (line 765) | static float YGNodeTrailingBorder(const YGNodeRef node, const YGFlexDire... function YGNodeLeadingPaddingAndBorder (line 774) | static inline float YGNodeLeadingPaddingAndBorder(const YGNodeRef node, function YGNodeTrailingPaddingAndBorder (line 779) | static inline float YGNodeTrailingPaddingAndBorder(const YGNodeRef node, function YGNodeMarginForAxis (line 784) | static inline float YGNodeMarginForAxis(const YGNodeRef node, const YGFl... function YGNodePaddingAndBorderForAxis (line 788) | static inline float YGNodePaddingAndBorderForAxis(const YGNodeRef node, function YGAlign (line 793) | static inline YGAlign YGNodeAlignItem(const YGNodeRef node, const YGNode... function YGDirection (line 797) | static inline YGDirection YGNodeResolveDirection(const YGNodeRef node, function YGFlexDirection (line 806) | static inline YGFlexDirection YGFlexDirectionResolve(const YGFlexDirecti... function YGFlexDirection (line 819) | static YGFlexDirection YGFlexDirectionCross(const YGFlexDirection flexDi... function YGNodeIsFlex (line 826) | static inline bool YGNodeIsFlex(const YGNodeRef node) { function YGNodeDimWithMargin (line 831) | static inline float YGNodeDimWithMargin(const YGNodeRef node, const YGFl... function YGNodeIsStyleDimDefined (line 836) | static inline bool YGNodeIsStyleDimDefined(const YGNodeRef node, const Y... function YGNodeIsLayoutDimDefined (line 841) | static inline bool YGNodeIsLayoutDimDefined(const YGNodeRef node, const ... function YGNodeIsLeadingPosDefined (line 846) | static inline bool YGNodeIsLeadingPosDefined(const YGNodeRef node, const... function YGNodeIsTrailingPosDefined (line 853) | static inline bool YGNodeIsTrailingPosDefined(const YGNodeRef node, cons... function YGNodeLeadingPosition (line 860) | static float YGNodeLeadingPosition(const YGNodeRef node, const YGFlexDir... function YGNodeTrailingPosition (line 875) | static float YGNodeTrailingPosition(const YGNodeRef node, const YGFlexDi... function YGNodeBoundAxisWithinMinAndMax (line 890) | static float YGNodeBoundAxisWithinMinAndMax(const YGNodeRef node, function YGNodeBoundAxis (line 920) | static inline float YGNodeBoundAxis(const YGNodeRef node, function YGNodeSetChildTrailingPosition (line 927) | static void YGNodeSetChildTrailingPosition(const YGNodeRef node, function YGNodeRelativePosition (line 937) | static float YGNodeRelativePosition(const YGNodeRef node, const YGFlexDi... function YGConstrainMaxSizeForMode (line 942) | static void YGConstrainMaxSizeForMode(const float maxSize, YGMeasureMode... function YGNodeSetPosition (line 959) | static void YGNodeSetPosition(const YGNodeRef node, const YGDirection di... function YGNodeComputeFlexBasisForChild (line 975) | static void YGNodeComputeFlexBasisForChild(const YGNodeRef node, function YGNodeAbsoluteLayoutChild (line 1102) | static void YGNodeAbsoluteLayoutChild(const YGNodeRef node, function YGNodeWithMeasureFuncSetMeasuredDimensions (line 1221) | static void YGNodeWithMeasureFuncSetMeasuredDimensions(const YGNodeRef n... function YGNodeEmptyContainerSetMeasuredDimensions (line 1274) | static void YGNodeEmptyContainerSetMeasuredDimensions(const YGNodeRef node, function YGNodeFixedSizeSetMeasuredDimensions (line 1301) | static bool YGNodeFixedSizeSetMeasuredDimensions(const YGNodeRef node, function YGNodelayoutImpl (line 1444) | static void YGNodelayoutImpl(const YGNodeRef node, function YGMeasureModeSizeIsExactAndMatchesOldMeasuredSize (line 2324) | static inline bool YGMeasureModeSizeIsExactAndMatchesOldMeasuredSize(YGM... function YGMeasureModeOldSizeIsUnspecifiedAndStillFits (line 2330) | static inline bool YGMeasureModeOldSizeIsUnspecifiedAndStillFits(YGMeasu... function YGMeasureModeNewMeasureSizeIsStricterAndStillValid (line 2338) | static inline bool YGMeasureModeNewMeasureSizeIsStricterAndStillValid(YG... function YGNodeCanUseCachedMeasurement (line 2347) | bool YGNodeCanUseCachedMeasurement(const YGMeasureMode widthMode, function YGLayoutNodeInternal (line 2399) | bool YGLayoutNodeInternal(const YGNodeRef node, function roundToPixelGrid (line 2589) | static void roundToPixelGrid(const YGNodeRef node) { function YGNodeCalculateLayout (line 2608) | void YGNodeCalculateLayout(const YGNodeRef node, function YGSetLogger (line 2667) | void YGSetLogger(YGLogger logger) { function YGLog (line 2671) | void YGLog(YGLogLevel level, const char *format, ...) { function YGSetExperimentalFeatureEnabled (line 2680) | void YGSetExperimentalFeatureEnabled(YGExperimentalFeature feature, bool... function YGIsExperimentalFeatureEnabled (line 2684) | inline bool YGIsExperimentalFeatureEnabled(YGExperimentalFeature feature) { function YGSetMemoryFuncs (line 2688) | void YGSetMemoryFuncs(YGMalloc ygmalloc, YGCalloc yccalloc, YGRealloc yg... FILE: FlexBoxLayout/Classes/Layout/Yoga.h type YGSize (line 36) | struct YGSize { type YGNode (line 41) | struct YGNode type YGSize (line 42) | typedef YGSize (*YGMeasureFunc)(YGNodeRef node,