Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvdocview.h248 friend class LVDrawThread; variable
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp736 class LVDrawThread : public LVThread { class
742 LVDrawThread( LVDocView * view, int offset, int page, LVRef<LVDrawBuf> drawbuf ) in LVDrawThread() function in LVDrawThread
815 LVRef<LVThread> thread( new LVDrawThread( this, offset, p, drawbuf ) ); in cachePageImage()