Lines Matching refs:foldable
89 Register("-foldable", 1, "Set foldable for Previewer.");
909 if (!IsSet("foldable")) {
912 std::string val = Value("foldable");
914 errorInfo = std::string("The foldable argument unsupported.");
915 ELOG("Launch -foldable parameters abnormal!");
919 foldable = true;
926 if ((!IsSet("foldable")) || Value("foldable") != "true") {
942 if ((!IsSet("foldable")) || Value("foldable") != "true") {
962 return foldable;
1042 info.foldable = IsFoldable();