|
| static YGSize | _measure (YGNodeConstRef node, float, YGMeasureMode, float, YGMeasureMode) |
| |
| static YGSize | _simulate_wrapping_text (YGNodeConstRef, float width, YGMeasureMode widthMode, float, YGMeasureMode) |
| |
| static YGSize | _measure_assert_negative (YGNodeConstRef, float width, YGMeasureMode, float height, YGMeasureMode) |
| |
| | TEST (YogaTest, dont_measure_single_grow_shrink_child) |
| |
| | TEST (YogaTest, measure_absolute_child_with_no_constraints) |
| |
| | TEST (YogaTest, dont_measure_when_min_equals_max) |
| |
| | TEST (YogaTest, dont_measure_when_min_equals_max_percentages) |
| |
| | TEST (YogaTest, measure_nodes_with_margin_auto_and_stretch) |
| |
| | TEST (YogaTest, dont_measure_when_min_equals_max_mixed_width_percent) |
| |
| | TEST (YogaTest, dont_measure_when_min_equals_max_mixed_height_percent) |
| |
| | TEST (YogaTest, measure_enough_size_should_be_in_single_line) |
| |
| | TEST (YogaTest, measure_not_enough_size_should_wrap) |
| |
| | TEST (YogaTest, measure_zero_space_should_grow) |
| |
| | TEST (YogaTest, measure_flex_direction_row_and_padding) |
| |
| | TEST (YogaTest, measure_flex_direction_column_and_padding) |
| |
| | TEST (YogaTest, measure_flex_direction_row_no_padding) |
| |
| | TEST (YogaTest, measure_flex_direction_row_no_padding_align_items_flexstart) |
| |
| | TEST (YogaTest, measure_with_fixed_size) |
| |
| | TEST (YogaTest, measure_with_flex_shrink) |
| |
| | TEST (YogaTest, measure_no_padding) |
| |
| | TEST (YogaTest, can_nullify_measure_func_on_any_node) |
| |
| | TEST (YogaTest, cant_call_negative_measure) |
| |
| | TEST (YogaTest, cant_call_negative_measure_horizontal) |
| |
| static YGSize | _measure_90_10 (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode) |
| |
| static YGSize | _measure_100_100 (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode) |
| |
| | TEST (YogaTest, percent_with_text_node) |
| |
| | TEST (YogaTest, percent_margin_with_measure_func) |
| |
| | TEST (YogaTest, percent_padding_with_measure_func) |
| |
| | TEST (YogaTest, percent_padding_and_percent_margin_with_measure_func) |
| |
| static YGSize | _measure_half_width_height (YGNodeConstRef node, float width, YGMeasureMode, float height, YGMeasureMode) |
| |
| | TEST (YogaTest, measure_content_box) |
| |
| | TEST (YogaTest, measure_border_box) |
| |
| | TEST (YogaTest, min_width_larger_than_width_propagates_to_auto_parent) |
| |