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

  /external/skia/src/utils/
SkParseColor.cpp 158 unsigned int* sixMatchPtr = sixMatches;
186 *sixMatchPtr++ = sixMatch;
195 sixMatchPtr = sixMatches;
196 while (gColorNames[mid] == *sixMatchPtr) {
198 if ((*sixMatchPtr & 1) == 0) { // last
202 ++sixMatchPtr;
204 int sixMask = *sixMatchPtr & ~0x80000000;
  /external/skqp/src/utils/
SkParseColor.cpp 158 unsigned int* sixMatchPtr = sixMatches;
186 *sixMatchPtr++ = sixMatch;
195 sixMatchPtr = sixMatches;
196 while (gColorNames[mid] == *sixMatchPtr) {
198 if ((*sixMatchPtr & 1) == 0) { // last
202 ++sixMatchPtr;
204 int sixMask = *sixMatchPtr & ~0x80000000;

Completed in 864 milliseconds