Lines Matching refs:depth
72 * procedure returns a visual and depth that matches the specification.
77 * an error message is left in interp->result. The depth of the
97 int *depthPtr; /* The depth of the returned visual
153 template.depth = Tk_Depth(tkwin2);
192 * followed by whitespace and a depth.
223 template.depth = 10000;
225 if (Tcl_GetInt(interp, p, &template.depth) != TCL_OK) {
255 * 1. Depth: choose a visual with exactly the desired depth,
284 if (visInfoList[i].depth < bestPtr->depth) {
285 if (visInfoList[i].depth >= template.depth) {
288 } else if (visInfoList[i].depth > bestPtr->depth) {
289 if (bestPtr->depth < template.depth) {
303 *depthPtr = bestPtr->depth;