Searched refs:FilterThread (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/showimage/ |
H A D | Filter.h | 64 class FilterThread { 66 FilterThread(Filter* filter, int32 i, int32 n, 68 ~FilterThread();
|
H A D | Filter.cpp | 24 FilterThread::FilterThread(Filter* filter, int32 i, int32 n, in FilterThread() function in FilterThread 45 FilterThread::~FilterThread() in ~FilterThread() 52 FilterThread::worker_thread(void* data) in worker_thread() 54 FilterThread* thread = (FilterThread*)data; in worker_thread() 60 FilterThread::Run() in Run() 72 new FilterThread(fFilter, i, fN); in Run() 147 new FilterThread(this, 0, fN, !async); in Start()
|