PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/react-native/ReactCommon/yoga/yoga/algorithm
Просмотр файла: Cache.h
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <yoga/algorithm/SizingMode.h>
#include <yoga/config/Config.h>
namespace facebook::yoga {
bool canUseCachedMeasurement(
SizingMode widthMode,
float availableWidth,
SizingMode heightMode,
float availableHeight,
SizingMode lastWidthMode,
float lastAvailableWidth,
SizingMode lastHeightMode,
float lastAvailableHeight,
float lastComputedWidth,
float lastComputedHeight,
float marginRow,
float marginColumn,
const yoga::Config* config);
} // namespace facebook::yoga
Выполнить команду
Для локальной разработки. Не используйте в интернете!