Home
last modified time | relevance | path

Searched refs:redIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp858 size_t redIndex = componentLength - componentSearchWindowLength; in parseColorStringWithCrazyLegacyRules() local
862 …while (digitBuffer[redIndex] == '0' && digitBuffer[greenIndex] == '0' && digitBuffer[blueIndex] ==… in parseColorStringWithCrazyLegacyRules()
863 redIndex++; in parseColorStringWithCrazyLegacyRules()
867 ASSERT(redIndex + 1 < componentLength); in parseColorStringWithCrazyLegacyRules()
873 int redValue = toASCIIHexValue(digitBuffer[redIndex], digitBuffer[redIndex + 1]); in parseColorStringWithCrazyLegacyRules()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dpack.c343 GLint *redIndex, in get_component_indexes() argument
350 *redIndex = -1; in get_component_indexes()
372 *redIndex = 0; in get_component_indexes()
388 *redIndex = 0; in get_component_indexes()
393 *redIndex = 0; in get_component_indexes()
401 *redIndex = 2; in get_component_indexes()
405 *redIndex = 0; in get_component_indexes()
412 *redIndex = 2; in get_component_indexes()
418 *redIndex = 3; in get_component_indexes()
425 *redIndex = 0; in get_component_indexes()
/external/mesa3d/src/mesa/main/
Dpack.c343 GLint *redIndex, in get_component_indexes() argument
350 *redIndex = -1; in get_component_indexes()
372 *redIndex = 0; in get_component_indexes()
388 *redIndex = 0; in get_component_indexes()
393 *redIndex = 0; in get_component_indexes()
401 *redIndex = 2; in get_component_indexes()
405 *redIndex = 0; in get_component_indexes()
412 *redIndex = 2; in get_component_indexes()
418 *redIndex = 3; in get_component_indexes()
425 *redIndex = 0; in get_component_indexes()