31 YGMeasureMode widthMode,
38 std::string_view text,
float YGMeasureMode heightMode
Definition YGNode.h:292
Definition EventsTest.cpp:20
YGSize IntrinsicSizeMeasure(YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
Definition TestUtil.cpp:67
float longestWordWidth(std::string_view text, float widthPerChar)
Definition TestUtil.cpp:114
float calculateHeight(std::string_view text, float measuredWidth, float widthPerChar, float heightPerChar)
Definition TestUtil.cpp:128
~ScopedEventSubscription()
Definition TestUtil.cpp:63
ScopedEventSubscription(std::function< Event::Subscriber > &&s)
Definition TestUtil.cpp:58
static int stopCountingNodes()
Definition TestUtil.cpp:51
static void startCountingNodes()
Definition TestUtil.cpp:42
static int nodeCount()
Definition TestUtil.cpp:47