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

  /external/skia/src/utils/
SkParseColor.cpp 163 unsigned int sixMatch = 0;
165 sixMatch <<= 5;
173 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61);
175 sixMatch <<= 1;
176 sixMatch |= 1;
178 sixMatch |= 0x80000000;
184 sixMatch &= ~1;
186 *sixMatchPtr++ = sixMatch;
  /external/skqp/src/utils/
SkParseColor.cpp 163 unsigned int sixMatch = 0;
165 sixMatch <<= 5;
173 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61);
175 sixMatch <<= 1;
176 sixMatch |= 1;
178 sixMatch |= 0x80000000;
184 sixMatch &= ~1;
186 *sixMatchPtr++ = sixMatch;

Completed in 891 milliseconds