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

浏览源代码.

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

float facebook::yoga::paddingAndBorderForAxis (const yoga::Node *const node, const FlexDirection axis, const Direction direction, const float widthSize)
 
FloatOptional facebook::yoga::boundAxisWithinMinAndMax (const yoga::Node *const node, const Direction direction, const FlexDirection axis, const FloatOptional value, const float axisSize, const float widthSize)
 
float facebook::yoga::boundAxis (const yoga::Node *const node, const FlexDirection axis, const Direction direction, const float value, const float axisSize, const float widthSize)