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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 249 IntArray usedIds = getUsedIdsBucket(tilesetName, bucketSize);
250 usedIds.add(tileid);
277 /** Returns the usedIds bucket for the given tileset name. If it doesn't exist one will be created with the specified size if
309 IntArray usedIds = this.settings.stripUnusedTiles ? getUsedIdsBucket(tilesetName, -1) : null;
321 if (usedIds != null && !usedIds.contains(gid)) {
  /system/tools/aidl/
aidl.cpp 359 set<int> usedIds;
366 if (usedIds.find(item->GetId()) != usedIds.end()) {
384 usedIds.insert(item->GetId());

Completed in 172 milliseconds