Searched refs:fIDLookup (Results 1 – 2 of 2) sorted by relevance
46 fIDLookup.set(op->uniqueID(), auditOp->fOpListID); in addOp()55 int* indexPtr = fIDLookup.find(consumer->uniqueID()); in opsCombined()62 int* consumedPtr = fIDLookup.find(consumed->uniqueID()); in opsCombined()84 fIDLookup.remove(consumed->uniqueID()); in opsCombined()131 fIDLookup.reset(); in fullReset()
156 SkTHashMap<uint32_t, int> fIDLookup; variable