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

函数

static YGSize _measureMax (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
 
static YGSize _measureMin (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode)
 
static YGSize _measure_84_49 (YGNodeConstRef node, float, YGMeasureMode, float, YGMeasureMode)
 
 TEST (YogaTest, measure_once_single_flexible_child)
 
 TEST (YogaTest, remeasure_with_same_exact_width_larger_than_needed_height)
 
 TEST (YogaTest, remeasure_with_same_atmost_width_larger_than_needed_height)
 
 TEST (YogaTest, remeasure_with_computed_width_larger_than_needed_height)
 
 TEST (YogaTest, remeasure_with_atmost_computed_width_undefined_height)
 
 TEST (YogaTest, remeasure_with_already_measured_value_smaller_but_still_float_equal)
 

函数说明

◆ _measure_84_49()

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

◆ _measureMax()

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

◆ _measureMin()

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

◆ TEST() [1/6]

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

◆ TEST() [2/6]

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

◆ TEST() [3/6]

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

◆ TEST() [4/6]

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

◆ TEST() [5/6]

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

◆ TEST() [6/6]

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