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

  /external/libpng/contrib/gregbook/
rpng-x.c 451 XClassHint *class_hints; local
590 if ((class_hints = XAllocClassHint()) != NULL) {
591 class_hints->res_name = res_name;
592 class_hints->res_class = res_class;
596 size_hints, wm_hints, class_hints);
607 if (class_hints)
608 XFree(class_hints);
rpng2-x.c 844 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
display.c 14492 *class_hints; local
    [all...]

Completed in 2035 milliseconds