Home
last modified time | relevance | path

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

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