Searched refs:LG_COLUMN_NUM (Results 1 – 5 of 5) sorted by relevance
62 constexpr int32_t LG_COLUMN_NUM = 12; variable
299 float columnWidth = frameSize.Width() / LG_COLUMN_NUM;300 float expectedWidth = (LG_COLUMN_NUM - option.lg) * columnWidth / 2;541 float columnWidth = frameSize.Width() / LG_COLUMN_NUM;542 float padding = (LG_COLUMN_NUM - option.lg) * columnWidth / 2;
65 constexpr int32_t LG_COLUMN_NUM = 12; variable557 … if (lg->IsNumber() && lg->ToNumber<int32_t>() >= 0 && lg->ToNumber<int32_t>() <= LG_COLUMN_NUM && in SetBarGridAlign()
39 constexpr int32_t LG_COLUMN_NUM = 12; variable148 if (lgArg->IsNumber() && lgArg->Int32Value(vm) >= 0 && lgArg->Int32Value(vm) <= LG_COLUMN_NUM && in SetBarGridAlign()
46 constexpr int8_t LG_COLUMN_NUM = 12; variable923 if (columnNum > LG_COLUMN_NUM) { in ApplyBarGridAlign()