Home
last modified time | relevance | path

Searched refs:char_index (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.h117 clazz->clazz.char_index = char_index_; \
A Dttcmap.c3042 return ucmap->cmap.clazz->char_index( &ucmap->cmap, charcode ); in tt_cmap14_char_var_index()
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h75 FT_UShort* char_index; member
A Dftobjs.h195 FT_CMap_CharIndexFunc char_index; member
270 clazz->char_index = char_index_; \
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c114 type1->encoding.char_index[charcode] = 0; in T42_Open_Face()
125 type1->encoding.char_index[charcode] = (FT_UShort)idx; in T42_Open_Face()
440 FT_FREE( type1->encoding.char_index ); in T42_Face_Done()
A Dt42parse.c354 if ( FT_NEW_ARRAY( encode->char_index, count ) || in t42_parse_encoding()
/AliOS-Things-master/components/py_engine/framework/
A Dst7789py.py876 char_index = font.MAP.index(character)
877 offset = char_index * font.OFFSET_WIDTH
885 char_width = font.WIDTHS[char_index]
921 char_index = font.MAP.index(character)
922 width += font.WIDTHS[char_index]
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c183 cmap->indices = encoding->char_index; in t1_cmap_custom_init()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c254 FT_FREE( type1->encoding.char_index ); in T1_Face_Done()
A Dt1load.c1199 if ( FT_NEW_ARRAY( encode->char_index, count ) || in parse_encoding()
2234 type1->encoding.char_index[charcode] = 0; in T1_Open_Face()
2245 type1->encoding.char_index[charcode] = (FT_UShort)idx; in T1_Open_Face()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c2842 size_t char_index=0;
2844 if (png_check_fp_number(string, size, &state, &char_index) != 0 &&
2845 (char_index == size || string[char_index] == 0))
A DCHANGES3183 char_index, divisor, exp_b10, and gamma_val, respectively, and
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c3348 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode ); in FT_Get_Char_Index()

Completed in 64 milliseconds