Searched refs:depthPtr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/expat-12/expat/examples/
H A Delements.c29 int *depthPtr = (int *)userData; local
30 for (i = 0; i < *depthPtr; i++)
33 *depthPtr += 1;
39 int *depthPtr = (int *)userData; local
40 *depthPtr -= 1;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkVisual.c79 * visual is returned to *depthPtr under normal returns. If
91 Tk_GetVisual(interp, tkwin, string, depthPtr, colormapPtr)
98 int *depthPtr; /* The depth of the returned visual
135 *depthPtr = Tk_Depth(tkwin2);
173 *depthPtr = DefaultDepthOfScreen(Tk_Screen(tkwin));
305 *depthPtr = bestPtr->depth;
H A DtkDecls.h426 int * depthPtr, Colormap * colormapPtr));
1043 Visual * (*tk_GetVisual) _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, CONST char * str, int * depthPtr, Colormap * colormapPtr)); /* 112 */
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkVisual.c77 * returned to *depthPtr under normal returns. If colormapPtr is
94 int *depthPtr, /* The depth of the returned visual is stored
131 *depthPtr = Tk_Depth(tkwin2);
169 *depthPtr = DefaultDepthOfScreen(Tk_Screen(tkwin));
307 *depthPtr = bestPtr->depth;
88 Tk_GetVisual( Tcl_Interp *interp, Tk_Window tkwin, CONST char *string, int *depthPtr, Colormap *colormapPtr) argument
H A DtkDecls.h726 CONST char *str, int *depthPtr,
1803 Visual * (*tk_GetVisual) (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str, int *depthPtr, Colormap *colormapPtr); /* 112 */

Completed in 275 milliseconds