Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleFontCache.cpp84 pthread_t fDThreads[N]; member in FontCacheView
98 status = pthread_create(&fDThreads[i], nullptr, draw_proc, &fBitmaps[i]); in FontCacheView()
110 status = pthread_join(fDThreads[i], &ret); in ~FontCacheView()