HomeSort by: relevance | last modified time | path
    Searched refs:glyph (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mit/xorg/lib/xcb-util/render-util/
Makefile 5 SRCS= cache.c glyph.c util.c
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 156 class glyph { class
157 static glyph *free_list;
159 glyph *next;
173 glyph *glyph::free_list = 0;
175 void *glyph::operator new(size_t)
179 free_list = (glyph *)new char[sizeof(glyph) * BLOCK];
184 glyph *p = free_list;
190 void glyph::operator delete(void *p
    [all...]
  /src/external/mit/xorg/lib/pixman/test/
Makefile 34 glyph-test \
  /src/external/mit/xorg/server/xorg-server/render/
Makefile 9 SRCS= animcur.c filter.c glyph.c matrix.c miindex.c mipict.c \
  /src/external/mit/xorg/server/xorg-server.old/render/
Makefile 9 SRCS= animcur.c filter.c glyph.c matrix.c miindex.c mipict.c \
  /src/sys/arch/vax/vsa/
smg.c 652 uint32_t lmask, rmask, glyph, inverse; local
675 * The font glyph is stored in byteorder and bitorder
681 glyph = 0;
683 glyph = (glyph << 8) | *fb++;
684 glyph = (glyph << align) ^ inverse;
686 *(uint32_t *)p = (image & ~mask) | (glyph & mask);
696 glyph = 0;
698 glyph = (glyph << 8) | *fb++
    [all...]
  /src/external/mit/xorg/lib/pixman/
Makefile 24 pixman-glyph.c \
  /src/games/larn/
create.c 339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph)
360 iarg[i][j] = glyph; /* on horizontal walls */
364 iarg[i][j] = glyph; /* on vertical walls */
  /src/sys/arch/x68k/dev/
ite_tv.c 152 uint8_t glyph = IODEVbase->io_sram[0x59]; local
154 if ((glyph & 4) != 0)
156 if ((glyph & 2) != 0)
158 if ((glyph & 1) != 0)
  /src/sys/dev/rasops/
rasops.c 634 int glyph = wsfont_map_unichar(ri->ri_font, c); local
635 if (glyph < 0 || !CHAR_IN_FONT(glyph, PICK_FONT(ri, glyph))) {
640 *cp = glyph;
  /src/external/bsd/mdocml/dist/
term_ps.c 51 struct glyph { struct
58 struct glyph gly[MAXCHAR]; /* glyph metrics */
  /src/sys/dev/tc/
sfb.c 947 uint32_t lmask, rmask, glyph; local
973 glyph = *(uint16_t *)g; /* XXX */
976 SFBSTART(sfb, glyph << align);
sfbplus.c 1054 uint32_t lmask, rmask, glyph; local
1082 glyph = *(uint16_t *)g; /* XXX */
1083 *(uint32_t *)p = glyph << align;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 261 and should not be confused with a $(S_LINK Glyph, glyph).
347 $(P $(DEF Glyph) The actual, concrete image of a glyph representation
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 10388 % active. However, if the font does not have the glyph,
11534 % Active characters for printing the wanted glyph.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 10388 % active. However, if the font does not have the glyph,
11534 % Active characters for printing the wanted glyph.
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 10228 % active. However, if the font does not have the glyph,
11567 % Active characters for printing the wanted glyph.
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 10268 % active. However, if the font does not have the glyph,
11414 % Active characters for printing the wanted glyph.
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 10261 % active. However, if the font does not have the glyph,
11597 % Active characters for printing the wanted glyph.

Completed in 104 milliseconds