Home
last modified time | relevance | path

Searched refs:numIds (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/ports/
DSkFontMgr_fontconfig.cpp243 int numIds; in remove_weak() local
248 numIds = id; in remove_weak()
263 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()
/third_party/flutter/skia/src/ports/
DSkFontMgr_fontconfig.cpp267 int numIds; in remove_weak() local
272 numIds = id; in remove_weak()
287 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()
/third_party/glslang/SPIRV/
DSpvBuilder.h165 Id getUniqueIds(int numIds) in getUniqueIds() argument
168 uniqueId += numIds; in getUniqueIds()