Searched refs:componentSearchWindowLength (Results 1 – 1 of 1) sorted by relevance
922 size_t componentSearchWindowLength = min<size_t>(componentLength, 8); in parseColorStringWithCrazyLegacyRules() local923 size_t redIndex = componentLength - componentSearchWindowLength; in parseColorStringWithCrazyLegacyRules()924 size_t greenIndex = componentLength * 2 - componentSearchWindowLength; in parseColorStringWithCrazyLegacyRules()925 size_t blueIndex = componentLength * 3 - componentSearchWindowLength; in parseColorStringWithCrazyLegacyRules()