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

  /xsrc/external/mit/xorg-server/dist/include/
privates.h 50 PRIVATE_GLYPH,
  /xsrc/external/mit/xorg-server.old/dist/include/
privates.h 51 PRIVATE_GLYPH,
  /xsrc/external/mit/xorg-server/dist/render/
glyph.c 278 dixFreeObjectWithPrivates(glyph, PRIVATE_GLYPH);
352 size = (head_size + dixPrivatesSize(PRIVATE_GLYPH));
359 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH);
381 dixFreeObjectWithPrivates(glyph, PRIVATE_GLYPH);
  /xsrc/external/mit/xorg-server.old/dist/render/
glyph.c 302 dixFreeObjectWithPrivates(glyph, PRIVATE_GLYPH);
320 dixFreeObjectWithPrivates(glyph, PRIVATE_GLYPH);
381 size = (head_size + dixPrivatesSize(PRIVATE_GLYPH));
388 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH);
412 dixFreeObjectWithPrivates(glyph, PRIVATE_GLYPH);

Completed in 8 milliseconds