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

函数

 TEST (YogaTest, absolute_layout_width_height_start_top)
 
 TEST (YogaTest, absolute_layout_width_height_left_auto_right)
 
 TEST (YogaTest, absolute_layout_width_height_left_right_auto)
 
 TEST (YogaTest, absolute_layout_width_height_left_auto_right_auto)
 
 TEST (YogaTest, absolute_layout_width_height_end_bottom)
 
 TEST (YogaTest, absolute_layout_start_top_end_bottom)
 
 TEST (YogaTest, absolute_layout_width_height_start_top_end_bottom)
 
 TEST (YogaTest, do_not_clamp_height_of_absolute_node_to_height_of_its_overflow_hidden_parent)
 
 TEST (YogaTest, absolute_layout_within_border)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_center)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_flex_end)
 
 TEST (YogaTest, absolute_layout_justify_content_center)
 
 TEST (YogaTest, absolute_layout_align_items_center)
 
 TEST (YogaTest, absolute_layout_align_items_center_on_child_only)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_center_and_top_position)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_center_and_bottom_position)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_center_and_left_position)
 
 TEST (YogaTest, absolute_layout_align_items_and_justify_content_center_and_right_position)
 
 TEST (YogaTest, position_root_with_rtl_should_position_withoutdirection)
 
 TEST (YogaTest, absolute_layout_percentage_bottom_based_on_parent_height)
 
 TEST (YogaTest, absolute_layout_in_wrap_reverse_column_container)
 
 TEST (YogaTest, absolute_layout_in_wrap_reverse_row_container)
 
 TEST (YogaTest, absolute_layout_in_wrap_reverse_column_container_flex_end)
 
 TEST (YogaTest, absolute_layout_in_wrap_reverse_row_container_flex_end)
 
 TEST (YogaTest, percent_absolute_position_infinite_height)
 
 TEST (YogaTest, absolute_layout_percentage_height_based_on_padded_parent)
 
 TEST (YogaTest, absolute_layout_percentage_height_based_on_padded_parent_and_align_items_center)
 
 TEST (YogaTest, absolute_layout_padding_left)
 
 TEST (YogaTest, absolute_layout_padding_right)
 
 TEST (YogaTest, absolute_layout_padding_top)
 
 TEST (YogaTest, absolute_layout_padding_bottom)
 
 TEST (YogaTest, absolute_layout_padding)
 
 TEST (YogaTest, absolute_layout_border)
 
 TEST (YogaTest, absolute_layout_column_reverse_margin_border)
 

函数说明

◆ TEST() [1/34]

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

◆ TEST() [2/34]

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

◆ TEST() [3/34]

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

◆ TEST() [4/34]

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

◆ TEST() [5/34]

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

◆ TEST() [6/34]

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

◆ TEST() [7/34]

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

◆ TEST() [8/34]

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

◆ TEST() [9/34]

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

◆ TEST() [10/34]

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

◆ TEST() [11/34]

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

◆ TEST() [12/34]

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

◆ TEST() [13/34]

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

◆ TEST() [14/34]

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

◆ TEST() [15/34]

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

◆ TEST() [16/34]

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

◆ TEST() [17/34]

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

◆ TEST() [18/34]

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

◆ TEST() [19/34]

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

◆ TEST() [20/34]

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

◆ TEST() [21/34]

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

◆ TEST() [22/34]

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

◆ TEST() [23/34]

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

◆ TEST() [24/34]

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

◆ TEST() [25/34]

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

◆ TEST() [26/34]

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

◆ TEST() [27/34]

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

◆ TEST() [28/34]

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

◆ TEST() [29/34]

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

◆ TEST() [30/34]

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

◆ TEST() [31/34]

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

◆ TEST() [32/34]

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

◆ TEST() [33/34]

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

◆ TEST() [34/34]

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