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

  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 373 unsigned int* sixMatchPtr = sixMatches;
401 *sixMatchPtr++ = sixMatch;
410 sixMatchPtr = sixMatches;
411 while (gColorNames[mid] == *sixMatchPtr) {
413 if ((*sixMatchPtr & 1) == 0) { // last
417 ++sixMatchPtr;
419 int sixMask = *sixMatchPtr & ~0x80000000;
  /external/skia/src/utils/
SkParseColor.cpp 373 unsigned int* sixMatchPtr = sixMatches;
401 *sixMatchPtr++ = sixMatch;
410 sixMatchPtr = sixMatches;
411 while (gColorNames[mid] == *sixMatchPtr) {
413 if ((*sixMatchPtr & 1) == 0) { // last
417 ++sixMatchPtr;
419 int sixMask = *sixMatchPtr & ~0x80000000;

Completed in 60 milliseconds