Searched refs:getNextField (Results 1 – 2 of 2) sorted by relevance
73 auto getNextField = [&startPos, &hexColor] () { in StrToColor() local85 auto r = getNextField(); in StrToColor()86 auto g = getNextField(); in StrToColor()87 auto b = getNextField(); in StrToColor()88 auto a = getNextField(); in StrToColor()
61 auto getNextField = [&startPos, &hexColor]() { in StrToColor() local67 auto r = getNextField(); in StrToColor()68 auto g = getNextField(); in StrToColor()69 auto b = getNextField(); in StrToColor()70 auto a = getNextField(); in StrToColor()