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

浏览源代码.

struct  facebook::yoga::test::TestUtil
 
struct  facebook::yoga::test::ScopedEventSubscription
 

命名空间

namespace  facebook
 
namespace  facebook::yoga
 
namespace  facebook::yoga::test
 

函数

YGSize facebook::yoga::test::IntrinsicSizeMeasure (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
 
float facebook::yoga::test::longestWordWidth (std::string_view text, float widthPerChar)
 
float facebook::yoga::test::calculateHeight (std::string_view text, float measuredWidth, float widthPerChar, float heightPerChar)