Searched refs:char_index (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttcmap.h | 117 clazz->clazz.char_index = char_index_; \
|
A D | ttcmap.c | 3042 return ucmap->cmap.clazz->char_index( &ucmap->cmap, charcode ); in tt_cmap14_char_var_index()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | t1types.h | 75 FT_UShort* char_index; member
|
A D | ftobjs.h | 195 FT_CMap_CharIndexFunc char_index; member 270 clazz->char_index = char_index_; \
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.c | 114 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 D | t42parse.c | 354 if ( FT_NEW_ARRAY( encode->char_index, count ) || in t42_parse_encoding()
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 876 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 D | t1cmap.c | 183 cmap->indices = encoding->char_index; in t1_cmap_custom_init()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 254 FT_FREE( type1->encoding.char_index ); in T1_Face_Done()
|
A D | t1load.c | 1199 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 D | png.c | 2842 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 D | CHANGES | 3183 char_index, divisor, exp_b10, and gamma_val, respectively, and
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftobjs.c | 3348 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode ); in FT_Get_Char_Index()
|
Completed in 64 milliseconds