slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 函数
CalculateLayout.h 文件参考
#include <yoga/Yoga.h>
#include <yoga/algorithm/FlexDirection.h>
#include <yoga/event/event.h>
#include <yoga/node/Node.h>
CalculateLayout.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

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)