|
| void | facebook::yoga::calculateLayout (yoga::Node *const node, const float ownerWidth, const float ownerHeight, const Direction ownerDirection) |
| |
| bool | facebook::yoga::calculateLayoutInternal (yoga::Node *const node, const float availableWidth, const float availableHeight, const Direction ownerDirection, const SizingMode widthSizingMode, const SizingMode heightSizingMode, const float ownerWidth, const float ownerHeight, const bool performLayout, const LayoutPassReason reason, LayoutData &layoutMarkerData, uint32_t depth, const uint32_t generationCount) |
| |
| void | facebook::yoga::constrainMaxSizeForMode (const yoga::Node *node, Direction direction, FlexDirection axis, float ownerAxisSize, float ownerWidth, SizingMode *mode, float *size) |
| |
| float | facebook::yoga::calculateAvailableInnerDimension (const yoga::Node *const node, const Direction direction, const Dimension dimension, const float availableDim, const float paddingAndBorder, const float ownerDim, const float ownerWidth) |
| |
| void | facebook::yoga::zeroOutLayoutRecursively (yoga::Node *const node) |
| |
| void | facebook::yoga::cleanupContentsNodesRecursively (yoga::Node *const node) |
| |