Searched refs:ParseStringToInteger (Results 1 – 2 of 2) sorted by relevance
353 int32_t AccessibilityCircleDrawingManager::ParseStringToInteger(const std::string& color) in ParseStringToInteger() function in OHOS::Accessibility::AccessibilityCircleDrawingManager401 int32_t rValue = ParseStringToInteger(r); in ParseColorString()402 int32_t gValue = ParseStringToInteger(g); in ParseColorString()403 int32_t bValue = ParseStringToInteger(b); in ParseColorString()
46 int32_t ParseStringToInteger(const std::string& color);