Searched refs:glyphCount (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.h79 unsigned long *glyphCount, CharInfoPtr *glyphs);
82 unsigned long *glyphCount, xCharInfo **glyphs);
H A Dbitmap.c41 unsigned long *glyphCount, /* RETURN */
129 *glyphCount = glyphs - glyphsBase;
138 unsigned long *glyphCount, /* RETURN */
147 bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount,
154 for (unsigned long i = 0; i < *glyphCount; i++) {
39 bitmapGetGlyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
136 bitmapGetMetrics(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,xCharInfo ** glyphs) argument
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmap.c41 unsigned long *glyphCount, /* RETURN */
126 *glyphCount = glyphs - glyphsBase;
135 unsigned long *glyphCount, /* RETURN */
148 ret = bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount, (CharInfoPtr *) glyphs);
153 for (i = 0; i < *glyphCount; i++) {
39 bitmapGetGlyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
133 bitmapGetMetrics(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,xCharInfo ** glyphs) argument
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmap.c42 unsigned long *glyphCount, /* RETURN */
127 *glyphCount = glyphs - glyphsBase;
136 unsigned long *glyphCount, /* RETURN */
149 ret = bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount, (CharInfoPtr *) glyphs);
154 for (i = 0; i < *glyphCount; i++) {
40 bitmapGetGlyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
134 bitmapGetMetrics(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,xCharInfo ** glyphs) argument
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbitmap.h79 unsigned long *glyphCount, CharInfoPtr *glyphs );
82 unsigned long *glyphCount, xCharInfo **glyphs );
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbitmap.h79 unsigned long *glyphCount, CharInfoPtr *glyphs );
82 unsigned long *glyphCount, xCharInfo **glyphs );
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvkern.c472 FT_UShort glyphCount; local in function:gxv_kern_subtable_fmt3_validate
482 glyphCount = FT_NEXT_USHORT( p );
488 if ( gxvalid->face->num_glyphs != glyphCount )
490 GXV_TRACE(( "maxGID=%d, but glyphCount=%d\n",
491 gxvalid->face->num_glyphs, glyphCount ));
511 GXV_LIMIT_CHECK( glyphCount );
512 gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, gxvalid );
526 GXV_LIMIT_CHECK( glyphCount );
527 gxv_array_getlimits_byte( p, p + glyphCount, &min, &max, gxvalid );
H A Dgxvcommn.c728 FT_UShort glyphCount; local in function:gxv_LookupTable_fmt8_validate
733 /* firstGlyph + glyphCount */
736 glyphCount = FT_NEXT_USHORT( p );
739 gxv_glyphid_validate( (FT_UShort)( firstGlyph + glyphCount ), gxvalid );
742 for ( i = 0; i < glyphCount; i++ )
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c106 unsigned long glyphCount; local in function:getCharInfos
154 &glyphCount, &defaultPtr);
155 if (glyphCount != 1)
168 &glyphCount, xci);
175 if (glyphCount != 1 ||
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c410 unsigned long *glyphCount, /* RETURN */
514 *glyphCount = glyphs - glyphsBase;
522 unsigned long *glyphCount, /* RETURN */
608 *glyphCount = glyphs - glyphsBase;
408 _fs_get_glyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
520 _fs_get_metrics(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,xCharInfo ** glyphs) argument
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c412 unsigned long *glyphCount, /* RETURN */
516 *glyphCount = glyphs - glyphsBase;
524 unsigned long *glyphCount, /* RETURN */
610 *glyphCount = glyphs - glyphsBase;
410 _fs_get_glyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
522 _fs_get_metrics(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,xCharInfo ** glyphs) argument
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c139 cache->glyphCount = 0;
219 cache->glyphCount = 0;
409 if (cache->glyphCount < cache->size) {
411 pos = cache->glyphCount;
412 cache->glyphCount++;
H A Duxa-priv.h128 int glyphCount; /* Current number of glyphs */ member in struct:__anon96abb93c0208
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c135 cache->glyphCount = 0;
214 cache->glyphCount = 0;
466 if (cache->glyphCount < cache->size) {
468 pos = cache->glyphCount;
471 cache->glyphCount++;
H A Dexa_priv.h130 int glyphCount; /* Current number of glyphs */ member in struct:__anone2c6f97a0208
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c139 cache->glyphCount = 0;
216 cache->glyphCount = 0;
460 if (cache->glyphCount < cache->size) {
462 pos = cache->glyphCount;
465 cache->glyphCount++;
H A Dexa_priv.h129 int glyphCount; /* Current number of glyphs */ member in struct:__anonaa13440d0208
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c1439 FT_UShort glyphCount; member in struct:GX_GVar_Head_
1487 FT_FRAME_USHORT( glyphCount ),
1536 offsets_len = ( gvar_head.glyphCount + 1 ) *
1561 if ( FT_NEW_ARRAY( blend->glyphoffsets, gvar_head.glyphCount + 1 ) )
1570 for ( i = 0; i <= gvar_head.glyphCount; i++ )
1600 for ( i = 0; i <= gvar_head.glyphCount; i++ )
1625 blend->gv_glyphcnt = gvar_head.glyphCount;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2320 stbtt_uint16 glyphCount = ttUSHORT(coverageTable + 2); local in function:stbtt__GetCoverageIndex
2323 stbtt_int32 l=0, r=glyphCount-1, m;
2381 stbtt_uint16 glyphCount = ttUSHORT(classDefTable + 4); local in function:stbtt__GetGlyphClass
2384 if (glyph >= startGlyphID && glyph < startGlyphID + glyphCount)
2388 //classDefTable = classDef1ValueArray + 2 * glyphCount;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2320 stbtt_uint16 glyphCount = ttUSHORT(coverageTable + 2); local in function:stbtt__GetCoverageIndex
2323 stbtt_int32 l=0, r=glyphCount-1, m;
2381 stbtt_uint16 glyphCount = ttUSHORT(classDefTable + 4); local in function:stbtt__GetGlyphClass
2384 if (glyph >= startGlyphID && glyph < startGlyphID + glyphCount)
2388 //classDefTable = classDef1ValueArray + 2 * glyphCount;
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c3694 FontEncoding charEncoding, unsigned long *glyphCount,
3765 *glyphCount = gp - glyphs;
3693 FreeTypeGetGlyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c3698 FontEncoding charEncoding, unsigned long *glyphCount,
3769 *glyphCount = gp - glyphs;
3697 FreeTypeGetGlyphs(FontPtr pFont,unsigned long count,unsigned char * chars,FontEncoding charEncoding,unsigned long * glyphCount,CharInfoPtr * glyphs) argument

Completed in 46 milliseconds