Searched refs:kDouble_FlagType (Results 1 – 2 of 2) sorted by relevance
256 kDouble_FlagType, enumerator328 SkFlagInfo* info = new SkFlagInfo(name, nullptr, kDouble_FlagType, helpString, nullptr); in CreateDoubleFlag()376 if (kDouble_FlagType == fFlagType) { in setDouble()408 case SkFlagInfo::kDouble_FlagType: result.printf("%2.2f", fDefaultDouble); break; in defaultValue()419 case SkFlagInfo::kDouble_FlagType: return SkString("double"); in typeAsString()
324 case SkFlagInfo::kDouble_FlagType: in Parse()