Searched refs:lastStrongId (Results 1 – 2 of 2) sorted by relevance
242 int lastStrongId = -1; in remove_weak() local252 lastStrongId = id; in remove_weak()258 if (lastStrongId < 0) { in remove_weak()263 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()264 SkAssertResult(FcPatternRemove(pattern, object, lastStrongId + 1)); in remove_weak()
266 int lastStrongId = -1; in remove_weak() local276 lastStrongId = id; in remove_weak()282 if (lastStrongId < 0) { in remove_weak()287 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()288 SkAssertResult(FcPatternRemove(pattern, object, lastStrongId + 1)); in remove_weak()