Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c97 Boolean SearchVisualList PP((int image_depth,
592 if (SearchVisualList(24, DirectColor, &xVisual) == False) { in GetVisual()
622 if (SearchVisualList((int) tfImageDepth, GrayScale, &xVisual) == True) in GetVisual()
625 if (SearchVisualList((int) tfImageDepth, PseudoColor, &xVisual) == True) in GetVisual()
703 SearchVisualList(image_depth, visual_class, visual) in SearchVisualList() function