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

函数

static float _baselineFunc (YGNodeConstRef, const float, const float height)
 
static YGSize _measure1 (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)
 
static YGSize _measure2 (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)
 
static YGNodeRef createYGNode (YGConfigRef config, YGFlexDirection direction, int width, int height, bool alignBaseline)
 
 TEST (YogaTest, align_baseline_parent_ht_not_specified)
 
 TEST (YogaTest, align_baseline_with_no_parent_ht)
 
 TEST (YogaTest, align_baseline_with_no_baseline_func_and_no_parent_ht)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_column_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_with_padding_in_column_as_reference)
 
 TEST (YogaTest, align_baseline_parent_with_padding_using_child_in_column_as_reference)
 
 TEST (YogaTest, align_baseline_parent_with_margin_using_child_in_column_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_with_margin_in_column_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_row_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_with_padding_in_row_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_with_margin_in_row_as_reference)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_column_as_reference_with_no_baseline_func)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_row_as_reference_with_no_baseline_func)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_column_as_reference_with_height_not_specified)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_row_as_reference_with_height_not_specified)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_column_as_reference_with_no_baseline_func_and_height_not_specified)
 
 TEST (YogaTest, align_baseline_parent_using_child_in_row_as_reference_with_no_baseline_func_and_height_not_specified)
 

函数说明

◆ _baselineFunc()

static float _baselineFunc ( YGNodeConstRef ,
const float ,
const float height )
static
这是这个函数的调用关系图:

◆ _measure1()

static YGSize _measure1 ( YGNodeConstRef ,
float ,
YGMeasureMode ,
float ,
YGMeasureMode  )
static
这是这个函数的调用关系图:

◆ _measure2()

static YGSize _measure2 ( YGNodeConstRef ,
float ,
YGMeasureMode ,
float ,
YGMeasureMode  )
static
这是这个函数的调用关系图:

◆ createYGNode()

static YGNodeRef createYGNode ( YGConfigRef config,
YGFlexDirection direction,
int width,
int height,
bool alignBaseline )
static
函数调用图:
这是这个函数的调用关系图:

◆ TEST() [1/17]

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

◆ TEST() [2/17]

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

◆ TEST() [3/17]

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

◆ TEST() [4/17]

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

◆ TEST() [5/17]

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

◆ TEST() [6/17]

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

◆ TEST() [7/17]

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

◆ TEST() [8/17]

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

◆ TEST() [9/17]

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

◆ TEST() [10/17]

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

◆ TEST() [11/17]

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

◆ TEST() [12/17]

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

◆ TEST() [13/17]

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

◆ TEST() [14/17]

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

◆ TEST() [15/17]

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

◆ TEST() [16/17]

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

◆ TEST() [17/17]

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