HomeSort by: relevance | last modified time | path
    Searched defs:sizep (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
memstream.h 46 size_t *sizep; member in struct:u_memstream
52 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
  /xsrc/external/mit/libXt/dist/src/
Shell.c 1388 struct _OldXSizeHints *sizep = &w->wm.size_hints; local
1390 sizep->x = w->core.x;
1391 sizep->y = w->core.y;
1392 sizep->width = w->core.width;
1393 sizep->height = w->core.height;
1395 if (sizep->flags & USSize) {
1396 if (sizep->flags & PSize)
1397 sizep->flags &= ~PSize;
1400 sizep->flags |= PSize;
1402 if (sizep->flags & USPosition)
    [all...]

Completed in 9 milliseconds