Home
last modified time | relevance | path

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

/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSAwt.cpp76 SAwt::SAwt (bool cacheOn, unsigned int cacheSize) in SAwt() argument
81 SGEngine::setCacheOn (cacheOn); in SAwt()
87 SOSXWindow::setPixmapCacheOn (cacheOn); in SAwt()
93 SW32Window::setPixmapCacheOn (cacheOn); in SAwt()
99 SX11Window::setPixmapCacheOn (cacheOn); in SAwt()
H A DSPrinter.cpp160 SPrinter::cacheOn (bool on) in cacheOn() function in SPrinter
165 return ((SPostscript*) delegate)->cacheOn (on); in cacheOn()
H A DSAwt.h55 SAwt (bool cacheOn=true, unsigned int cacheSize=4000);
H A DSCanvas.cpp214 SCanvas::cacheOn(bool on) in cacheOn() function in SCanvas
H A DSCanvas.h41 virtual bool cacheOn (bool on=true);
H A DSPrinter.h58 bool cacheOn (bool on=true);
H A DSPostscript.h54 bool cacheOn (bool on=true);
H A DSGEngine.cpp28 static bool cacheOn=true; variable
57 cacheOn=on; in setCacheOn()
1078 if (cacheOn && !ret->offScreen && newpathID.size() > 0) in endImage()
H A DSPostscript.cpp423 SPostscript::cacheOn (bool on) in cacheOn() function in SPostscript
471 return SCanvas::cacheOn(on); in cacheOn()
/dports/editors/yudit/yudit-3.0.7/swindow/sx11/
H A DSX11Window.h78 virtual bool cacheOn (bool on=true);
H A DSX11Window.cpp1283 SX11Window::cacheOn (bool on) in cacheOn() function in SX11Window
1285 return SCanvas::cacheOn(on); in cacheOn()
/dports/editors/yudit/yudit-3.0.7/swidget/
H A DSUniPrint.cpp225 printer.cacheOn (false); in print()
/dports/databases/sqlrelay/sqlrelay-1.7.0/
H A DChangeLog2333 changed cacheOn() to cacheToFile(), making it thread safe