HomeSort by relevance Sort by last modified time
    Searched refs:sixMatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 378 unsigned int sixMatch = 0;
380 sixMatch <<= 5;
388 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61);
390 sixMatch <<= 1;
391 sixMatch |= 1;
393 sixMatch |= 0x80000000;
399 sixMatch &= ~1;
401 *sixMatchPtr++ = sixMatch;
  /external/skia/src/utils/
SkParseColor.cpp 378 unsigned int sixMatch = 0;
380 sixMatch <<= 5;
388 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61);
390 sixMatch <<= 1;
391 sixMatch |= 1;
393 sixMatch |= 0x80000000;
399 sixMatch &= ~1;
401 *sixMatchPtr++ = sixMatch;

Completed in 33 milliseconds