slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
| 函数
YGMeasureModeTest.cpp 文件参考
#include <gtest/gtest.h>
#include <yoga/Yoga.h>
YGMeasureModeTest.cpp 的引用(Include)关系图:

struct  _MeasureConstraint
 
struct  _MeasureConstraintList
 

函数

static YGSize _measure (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
 
 TEST (YogaTest, exactly_measure_stretched_child_column)
 
 TEST (YogaTest, exactly_measure_stretched_child_row)
 
 TEST (YogaTest, at_most_main_axis_column)
 
 TEST (YogaTest, at_most_cross_axis_column)
 
 TEST (YogaTest, at_most_main_axis_row)
 
 TEST (YogaTest, at_most_cross_axis_row)
 
 TEST (YogaTest, flex_child)
 
 TEST (YogaTest, flex_child_with_flex_basis)
 
 TEST (YogaTest, overflow_scroll_column)
 
 TEST (YogaTest, overflow_scroll_row)
 

函数说明

◆ _measure()

static YGSize _measure ( YGNodeConstRef node,
float width,
YGMeasureMode widthMode,
float height,
YGMeasureMode heightMode )
static
函数调用图:
这是这个函数的调用关系图:

◆ TEST() [1/10]

TEST ( YogaTest ,
at_most_cross_axis_column  )
函数调用图:

◆ TEST() [2/10]

TEST ( YogaTest ,
at_most_cross_axis_row  )
函数调用图:

◆ TEST() [3/10]

TEST ( YogaTest ,
at_most_main_axis_column  )
函数调用图:

◆ TEST() [4/10]

TEST ( YogaTest ,
at_most_main_axis_row  )
函数调用图:

◆ TEST() [5/10]

TEST ( YogaTest ,
exactly_measure_stretched_child_column  )
函数调用图:

◆ TEST() [6/10]

TEST ( YogaTest ,
exactly_measure_stretched_child_row  )
函数调用图:

◆ TEST() [7/10]

TEST ( YogaTest ,
flex_child  )
函数调用图:

◆ TEST() [8/10]

TEST ( YogaTest ,
flex_child_with_flex_basis  )
函数调用图:

◆ TEST() [9/10]

TEST ( YogaTest ,
overflow_scroll_column  )
函数调用图:

◆ TEST() [10/10]

TEST ( YogaTest ,
overflow_scroll_row  )
函数调用图: