Searched refs:currentDepth (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl224 set currentDepth [expr [llength [file split $currentDir]] - $baseDepth] ; # distance from start depth
226 set searchDepth [expr $depth - $currentDepth] ; # distance from max depth to search to
268 if {([expr $currentDepth + [llength [file split $dirPattern]]] >= $depth) && ($depth > 0)} {set findDirs 0}
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderObject.cpp315 RenderObject* RenderObject::traverseNext(const RenderObject* stayWithin, HeightTypeTraverseNextInclusionFunction inclusionFunction, int& currentDepth, int& newFixedDepth) const argument
323 currentDepth++;
325 newFixedDepth = currentDepth;
340 currentDepth--;
348 newFixedDepth = currentDepth;
355 currentDepth--;
425 int currentDepth = 0; local
432 for (RenderObject* descendent = traverseNext(this, includeNonFixedHeight, currentDepth, newFixedDepth); descendent; descendent = descendent->traverseNext(this, includeNonFixedHeight, currentDepth, newFixedDepth)) {
433 while (depthStack.size() > 0 && currentDepth <
457 int currentDepth = 0; local
[all...]
H A DRenderObject.h197 RenderObject* traverseNext(const RenderObject* stayWithin, HeightTypeTraverseNextInclusionFunction, int& currentDepth, int& newFixedDepth) const;
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h59 IOIndex currentDepth; member in class:IONDRVFramebuffer
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp595 setStartupDisplayMode( currentDisplayMode, currentDepth );
1805 currentDepth = mapDepthIndex(currentDisplayMode, (IOIndex) switchInfo.csMode, true);
1877 err = getPixelInformation( currentDisplayMode, currentDepth, aper,
2307 *depth = currentDepth;
2622 // (void) setDisplayMode( currentDisplayMode, currentDepth );
2697 pixelParams.csDepthMode = mapDepthIndex(currentDisplayMode, currentDepth, false);
3259 setDisplayMode( offlineMode, currentDepth );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp428 IOIndex currentDepth; member in struct:IOFramebufferPrivate
1374 depth = inst->__private->currentDepth;
5492 __private->currentDepth = closestDepth(__private->offlineMode, &pixelInfo);
5494 err = setDisplayMode(__private->offlineMode, __private->currentDepth);
5496 (int32_t) __private->offlineMode, (int32_t) __private->currentDepth,
5670 __private->currentDepth = depth;
7556 // && (depth == __private->currentDepth))
7586 __private->currentDepth = depth;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c1613 IOIndex currentDepth; local
1716 err = _IOFBGetCurrentDisplayModeAndDepth(connectRef, &currentMode, &currentDepth);
2144 connectRef->matchDepth = currentDepth;

Completed in 287 milliseconds