Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow.c4025 max_windows = 0, in XGetWindowImage() local
4091 if (number_windows >= max_windows) in XGetWindowImage()
4096 max_windows+=1024; in XGetWindowImage()
4098 window_info=(WindowInfo *) AcquireQuantumMemory((size_t) max_windows, in XGetWindowImage()
4102 max_windows,sizeof(*window_info)); in XGetWindowImage()
4525 max_windows=0; in XGetWindowImage()