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

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
t1types.h 66 * char_index ::
78 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 214 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
  /xsrc/external/mit/xditview/dist/
parse.c 335 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;
draw.c 109 if (dw->dvi.cache.char_index != 0) {
122 dw->dvi.cache.char_index = 0;
DviP.h 109 int char_index; member in struct:_dviCharCache
  /xsrc/external/mit/freetype/dist/src/type42/
t42objs.c 107 /* 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 );
t42parse.c 357 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/
t1cmap.c 141 (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/
t1objs.c 255 FT_FREE( type1->encoding.char_index );
t1load.c 1514 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/dist/src/imgui/
imstb_truetype.h 551 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)
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)
4196 const stbtt_packedchar *b = chardata + char_index;
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_truetype.h 551 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)
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)
4196 const stbtt_packedchar *b = chardata + char_index;
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcmap.c 188 (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/
ftobjs.c 3748 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode );

Completed in 29 milliseconds