Searched refs:char_index (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dt1types.h66 * char_index ::
78 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
H A Dftobjs.h214 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
/xsrc/external/mit/xditview/dist/
H A Dparse.c335 dw->dvi.cache.char_index + len > DVI_CHAR_CACHE_SIZE)
363 dst = &dw->dvi.cache.char_cache[dw->dvi.cache.char_index];
386 dw->dvi.cache.char_index += len;
H A Ddraw.c109 if (dw->dvi.cache.char_index != 0) {
122 dw->dvi.cache.char_index = 0;
H A DDviP.h109 int char_index; member in struct:_dviCharCache
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42objs.c107 /* The index is then stored in type1.encoding.char_index, and */
120 type1->encoding.char_index[charcode] = 0;
131 type1->encoding.char_index[charcode] = (FT_UShort)idx;
439 FT_FREE( type1->encoding.char_index );
H A Dt42parse.c357 if ( encode->char_index )
359 FT_FREE( encode->char_index );
366 if ( FT_NEW_ARRAY( encode->char_index, count ) ||
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1cmap.c141 (FT_CMap_CharIndexFunc)t1_cmap_std_char_index, /* char_index */
170 (FT_CMap_CharIndexFunc)t1_cmap_std_char_index, /* char_index */
202 cmap->indices = encoding->char_index;
270 (FT_CMap_CharIndexFunc)t1_cmap_custom_char_index, /* char_index */
363 (FT_CMap_CharIndexFunc)t1_cmap_unicode_char_index, /* char_index */
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.c255 FT_FREE( type1->encoding.char_index );
H A Dt1load.c1514 if ( encode->char_index )
1516 FT_FREE( encode->char_index );
1523 if ( FT_NEW_ARRAY( encode->char_index, array_size ) ||
2659 /* the index is then stored in type1.encoding.char_index, and */
2672 type1->encoding.char_index[charcode] = 0;
2683 type1->encoding.char_index[charcode] = (FT_UShort)idx;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h551 int char_index, // character to display
555 // Call GetBakedQuad with char_index = 'character - first_char', and it
659 int char_index, // character to display
3699 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule) argument
3703 const stbtt_bakedchar *b = chardata + char_index;
4193 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer) argument
4196 const stbtt_packedchar *b = chardata + char_index;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h551 int char_index, // character to display
555 // Call GetBakedQuad with char_index = 'character - first_char', and it
659 int char_index, // character to display
3699 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule) argument
3703 const stbtt_bakedchar *b = chardata + char_index;
4193 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer) argument
4196 const stbtt_packedchar *b = chardata + char_index;
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttcmap.c188 (FT_CMap_CharIndexFunc)tt_cmap0_char_index, /* char_index */
602 (FT_CMap_CharIndexFunc)tt_cmap2_char_index, /* char_index */
1549 (FT_CMap_CharIndexFunc)tt_cmap4_char_index, /* char_index */
1719 (FT_CMap_CharIndexFunc)tt_cmap6_char_index, /* char_index */
2013 (FT_CMap_CharIndexFunc)tt_cmap8_char_index, /* char_index */
2185 (FT_CMap_CharIndexFunc)tt_cmap10_char_index, /* char_index */
2538 (FT_CMap_CharIndexFunc)tt_cmap12_char_index, /* char_index */
2864 (FT_CMap_CharIndexFunc)tt_cmap13_char_index, /* char_index */
3294 return ucmap->cmap.clazz->char_index( &ucmap->cmap, charcode );
3626 (FT_CMap_CharIndexFunc)tt_cmap14_char_index, /* char_index */
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftobjs.c3748 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode );

Completed in 38 milliseconds