Searched refs:glyphsBase (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmap.c49 CharInfoPtr *glyphsBase; local in function:bitmapGetGlyphs
61 glyphsBase = glyphs;
126 *glyphCount = glyphs - glyphsBase;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmap.c50 CharInfoPtr *glyphsBase; local in function:bitmapGetGlyphs
62 glyphsBase = glyphs;
127 *glyphCount = glyphs - glyphsBase;
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.c49 CharInfoPtr *glyphsBase; local in function:bitmapGetGlyphs
60 glyphsBase = glyphs;
129 *glyphCount = glyphs - glyphsBase;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c418 CharInfoPtr *glyphsBase; local in function:_fs_get_glyphs
432 glyphsBase = glyphs;
514 *glyphCount = glyphs - glyphsBase;
530 xCharInfo **glyphsBase; local in function:_fs_get_metrics
544 glyphsBase = glyphs;
608 *glyphCount = glyphs - glyphsBase;
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c420 CharInfoPtr *glyphsBase; local in function:_fs_get_glyphs
434 glyphsBase = glyphs;
516 *glyphCount = glyphs - glyphsBase;
532 xCharInfo **glyphsBase; local in function:_fs_get_metrics
546 glyphsBase = glyphs;
610 *glyphCount = glyphs - glyphsBase;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c1038 GlyphNewPtr glyphsBase, glyphs, glyph_new; local in function:ProcRenderAddGlyphs
1068 glyphsBase = glyphsLocal;
1072 glyphsBase = (GlyphNewPtr)calloc(nglyphs, sizeof (GlyphNewRec));
1073 if (!glyphsBase)
1079 glyphs = glyphsBase;
1230 if (glyphsBase != glyphsLocal)
1231 free(glyphsBase);
1241 if (glyphsBase != glyphsLocal)
1242 free(glyphsBase);
1294 GlyphPtr *glyphs, *glyphsBase; local in function:ProcRenderCompositeGlyphs
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c1000 GlyphNewPtr glyphsBase, glyphs, glyph_new; local in function:ProcRenderAddGlyphs
1030 glyphsBase = glyphsLocal;
1033 glyphsBase = (GlyphNewPtr) calloc(nglyphs, sizeof(GlyphNewRec));
1034 if (!glyphsBase)
1040 glyphs = glyphsBase;
1177 if (glyphsBase != glyphsLocal)
1178 free(glyphsBase);
1192 if (glyphsBase != glyphsLocal)
1193 free(glyphsBase);
1243 GlyphPtr *glyphs, *glyphsBase; local in function:ProcRenderCompositeGlyphs
[all...]

Completed in 9 milliseconds