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

函数

 TEST (YogaTest, justify_content_row_flex_start)
 
 TEST (YogaTest, justify_content_row_flex_end)
 
 TEST (YogaTest, justify_content_row_center)
 
 TEST (YogaTest, justify_content_row_space_between)
 
 TEST (YogaTest, justify_content_row_space_around)
 
 TEST (YogaTest, justify_content_column_flex_start)
 
 TEST (YogaTest, justify_content_column_flex_end)
 
 TEST (YogaTest, justify_content_column_center)
 
 TEST (YogaTest, justify_content_column_space_between)
 
 TEST (YogaTest, justify_content_column_space_around)
 
 TEST (YogaTest, justify_content_row_min_width_and_margin)
 
 TEST (YogaTest, justify_content_row_max_width_and_margin)
 
 TEST (YogaTest, justify_content_column_min_height_and_margin)
 
 TEST (YogaTest, justify_content_column_max_height_and_margin)
 
 TEST (YogaTest, justify_content_column_space_evenly)
 
 TEST (YogaTest, justify_content_row_space_evenly)
 
 TEST (YogaTest, justify_content_min_width_with_padding_child_width_greater_than_parent)
 
 TEST (YogaTest, justify_content_min_width_with_padding_child_width_lower_than_parent)
 
 TEST (YogaTest, justify_content_space_between_indefinite_container_dim_with_free_space)
 
 TEST (YogaTest, justify_content_flex_start_row_reverse)
 
 TEST (YogaTest, justify_content_flex_end_row_reverse)
 
 TEST (YogaTest, justify_content_overflow_row_flex_start)
 
 TEST (YogaTest, justify_content_overflow_row_flex_end)
 
 TEST (YogaTest, justify_content_overflow_row_center)
 
 TEST (YogaTest, justify_content_overflow_row_space_between)
 
 TEST (YogaTest, justify_content_overflow_row_space_around)
 
 TEST (YogaTest, justify_content_overflow_row_space_evenly)
 
 TEST (YogaTest, justify_content_overflow_row_reverse_space_around)
 
 TEST (YogaTest, justify_content_overflow_row_reverse_space_evenly)
 
 TEST (YogaTest, justify_content_overflow_row_space_evenly_auto_margin)
 

函数说明

◆ TEST() [1/30]

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

◆ TEST() [2/30]

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

◆ TEST() [3/30]

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

◆ TEST() [4/30]

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

◆ TEST() [5/30]

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

◆ TEST() [6/30]

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

◆ TEST() [7/30]

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

◆ TEST() [8/30]

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

◆ TEST() [9/30]

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

◆ TEST() [10/30]

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

◆ TEST() [11/30]

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

◆ TEST() [12/30]

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

◆ TEST() [13/30]

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

◆ TEST() [14/30]

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

◆ TEST() [15/30]

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

◆ TEST() [16/30]

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

◆ TEST() [17/30]

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

◆ TEST() [18/30]

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

◆ TEST() [19/30]

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

◆ TEST() [20/30]

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

◆ TEST() [21/30]

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

◆ TEST() [22/30]

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

◆ TEST() [23/30]

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

◆ TEST() [24/30]

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

◆ TEST() [25/30]

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

◆ TEST() [26/30]

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

◆ TEST() [27/30]

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

◆ TEST() [28/30]

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

◆ TEST() [29/30]

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

◆ TEST() [30/30]

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