slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 函数
AbsoluteLayout.cpp 文件参考
#include <yoga/algorithm/AbsoluteLayout.h>
#include <yoga/algorithm/Align.h>
#include <yoga/algorithm/BoundAxis.h>
#include <yoga/algorithm/CalculateLayout.h>
#include <yoga/algorithm/TrailingPosition.h>
AbsoluteLayout.cpp 的引用(Include)关系图:

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

static void facebook::yoga::setFlexStartLayoutPosition (const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection axis, const float containingBlockWidth)
 
static void facebook::yoga::setFlexEndLayoutPosition (const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection axis, const float containingBlockWidth)
 
static void facebook::yoga::setCenterLayoutPosition (const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection axis, const float containingBlockWidth)
 
static void facebook::yoga::justifyAbsoluteChild (const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection mainAxis, const float containingBlockWidth)
 
static void facebook::yoga::alignAbsoluteChild (const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection crossAxis, const float containingBlockWidth)
 
static void facebook::yoga::positionAbsoluteChild (const yoga::Node *const containingNode, const yoga::Node *const parent, yoga::Node *child, const Direction direction, const FlexDirection axis, const bool isMainAxis, const float containingBlockWidth, const float containingBlockHeight)
 
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)