Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp471 static std::atomic<int> sSourceId = {0}; in getNewSourceId() local
472 return sSourceId++; in getNewSourceId()