HomeSort by relevance Sort by last modified time
    Searched refs:class_hints (Results 1 - 6 of 6) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 452 XClassHint *class_hints; local
591 if ((class_hints = XAllocClassHint()) != NULL) {
592 class_hints->res_name = res_name;
593 class_hints->res_class = res_class;
597 size_hints, wm_hints, class_hints);
608 if (class_hints)
609 XFree(class_hints);
rpng2-x.c 853 XClassHint *class_hints; local
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 1367 *class_hints; local
    [all...]
xwindow-private.h 458 *class_hints; member in struct:_XWindows
xwindow.c 398 if (windows->class_hints != (XClassHint *) NULL)
400 if (windows->class_hints->res_name != (char *) NULL)
401 windows->class_hints->res_name=DestroyString(
402 windows->class_hints->res_name);
403 if (windows->class_hints->res_class != (char *) NULL)
404 windows->class_hints->res_class=DestroyString(
405 windows->class_hints->res_class);
406 XFree(windows->class_hints);
407 windows->class_hints=(XClassHint *) NULL;
    [all...]
display.c 14492 *class_hints; local
    [all...]

Completed in 169 milliseconds