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

  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 130 XSizeHints* size_hints = XAllocSizeHints(); local
131 if (size_hints == NULL) {
134 size_hints->flags = PAspect;
135 size_hints->min_aspect.x = size_hints->max_aspect.x = width_;
136 size_hints->min_aspect.y = size_hints->max_aspect.y = height_;
137 XSetWMNormalHints(display_, window_, size_hints);
138 XFree(size_hints);
  /external/libpng/contrib/gregbook/
rpng-x.c 449 XSizeHints *size_hints; local
576 if ((size_hints = XAllocSizeHints()) != NULL) {
578 size_hints->flags = PMinSize | PMaxSize;
579 size_hints->min_width = size_hints->max_width = (int)image_width;
580 size_hints->min_height = size_hints->max_height = (int)image_height;
596 size_hints, wm_hints, class_hints);
603 if (size_hints)
604 XFree(size_hints);
    [all...]
rpng2-x.c 842 XSizeHints *size_hints; local
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c 8348 *size_hints; local
    [all...]
animate.c 1021 *size_hints;
1026 size_hints=XAllocSizeHints();
1027 if (size_hints == (XSizeHints *) NULL)
1030 size_hints->flags=0L;
1034 default_geometry,window_info.border_width,size_hints,&window_info.x,
1012 *size_hints; local
    [all...]
display.c 4416 *size_hints; local
13987 *size_hints; local
    [all...]

Completed in 228 milliseconds