Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_projection_leaf.cpp45 static bool checkPassThrough(const KisNode *node) { in checkPassThrough() function
69 return node->parent() && checkPassThrough(node->parent()); in checkParentPassThrough()
73 return checkPassThrough(node); in checkThisPassThrough()
126 while (node && Private::checkPassThrough(node)) { in parent()
222 while (node && Private::checkPassThrough(node) && node->firstChild()) { in nextSibling()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimBandSelector.h147 void checkPassThrough();
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimBandSelector.cpp156 checkPassThrough(); in setOutputBandList()
461 void ossimBandSelector::checkPassThrough() in checkPassThrough() function in ossimBandSelector