Searched defs:percentStr (Results 1 – 3 of 3) sorted by relevance
30 bool NumberParser::ParsePercentValue(const char *percentStr, uint16_t strLength, float &outValue) in ParsePercentValue()
77 std::string percentStr("50%"); variable
1801 float CustomPaintPaintMethod::PercentStrToFloat(const std::string& percentStr) in PercentStrToFloat()