|
| static bool | facebook::yoga::sizeIsExactAndMatchesOldMeasuredSize (SizingMode sizeMode, float size, float lastComputedSize) |
| |
| static bool | facebook::yoga::oldSizeIsMaxContentAndStillFits (SizingMode sizeMode, float size, SizingMode lastSizeMode, float lastComputedSize) |
| |
| static bool | facebook::yoga::newSizeIsStricterAndStillValid (SizingMode sizeMode, float size, SizingMode lastSizeMode, float lastSize, float lastComputedSize) |
| |
| bool | facebook::yoga::canUseCachedMeasurement (const SizingMode widthMode, const float availableWidth, const SizingMode heightMode, const float availableHeight, const SizingMode lastWidthMode, const float lastAvailableWidth, const SizingMode lastHeightMode, const float lastAvailableHeight, const float lastComputedWidth, const float lastComputedHeight, const float marginRow, const float marginColumn, const yoga::Config *const config) |
| |