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

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 121 XSizeHints sizehints; local
122 sizehints.x = x;
123 sizehints.y = y;
124 sizehints.width = width;
125 sizehints.height = height;
126 sizehints.flags = USSize | USPosition;
127 XSetNormalHints(graw.display, win, &sizehints);
129 None, (char **)NULL, 0, &sizehints);
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 121 XSizeHints sizehints; local
122 sizehints.x = x;
123 sizehints.y = y;
124 sizehints.width = width;
125 sizehints.height = height;
126 sizehints.flags = USSize | USPosition;
127 XSetNormalHints(graw.display, win, &sizehints);
129 None, (char **)NULL, 0, &sizehints);

Completed in 150 milliseconds