Searched refs:maxColorLength (Results 1 – 1 of 1) sorted by relevance
826 const size_t maxColorLength = 128; in parseColorStringWithCrazyLegacyRules() local828 Vector<char, maxColorLength+2> digitBuffer; in parseColorStringWithCrazyLegacyRules()837 for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) { in parseColorStringWithCrazyLegacyRules()