Home
last modified time | relevance | path

Searched refs:lastStrongId (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp242 int lastStrongId = -1; in remove_weak() local
252 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()

Completed in 2 milliseconds