Home
last modified time | relevance | path

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

/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/src/
H A Dqpdl.cpp32 static bool _renderBand(const Request& request, const Band* band) in _renderBand() function
278 if (!_renderBand(request, band)) in renderPage()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/src/
H A Dqpdl.cpp32 static bool _renderBand(const Request& request, const Band* band, bool mono) in _renderBand() function
303 if (!_renderBand(request, band, page->colorsNr() == 1)) in renderPage()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/src/
H A Dqpdl.cpp131 static bool _renderBand(const Request& request, const Band* band, bool mono) in _renderBand() function
384 selectedRenderBand = &_renderBand; in renderPage()