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

  /external/libpng/contrib/examples/
simpleover.c 197 char tombstone; local
203 if (sscanf((*argv)[0], "--at=%d,%d%c", &x, &y, &tombstone) != 2)
325 char tombstone; local
331 if (sscanf((*argv)[0], "%d,%d%c", &x, &y, &tombstone) == 2)
406 char tombstone; local
417 sprites[nsprites].name, &tombstone);
  /external/harfbuzz_ng/src/
hb-map.hh 187 unsigned int tombstone = INVALID; local
192 if (tombstone == INVALID && items[i].is_tombstone ())
193 tombstone = i;
196 return tombstone == INVALID ? i : tombstone;

Completed in 140 milliseconds