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

浏览源代码.

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

void facebook::yoga::layoutAbsoluteChild (const yoga::Node *const containingNode, const yoga::Node *const node, yoga::Node *const child, const float containingBlockWidth, const float containingBlockHeight, const SizingMode widthMode, const Direction direction, LayoutData &layoutMarkerData, const uint32_t depth, const uint32_t generationCount)
 
bool facebook::yoga::layoutAbsoluteDescendants (yoga::Node *containingNode, yoga::Node *currentNode, SizingMode widthSizingMode, Direction currentNodeDirection, LayoutData &layoutMarkerData, uint32_t currentDepth, uint32_t generationCount, float currentNodeLeftOffsetFromContainingBlock, float currentNodeTopOffsetFromContainingBlock, float containingNodeAvailableInnerWidth, float containingNodeAvailableInnerHeight)