Home
last modified time | relevance | path

Searched refs:max_char (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c95 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
106 max_char = 0; in T42_Open_Face()
135 if ( charcode >= max_char ) in T42_Open_Face()
136 max_char = charcode + 1; in T42_Open_Face()
144 type1->encoding.code_last = max_char; in T42_Open_Face()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c2216 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local
2226 max_char = 0; in T1_Open_Face()
2255 if ( charcode >= max_char ) in T1_Open_Face()
2256 max_char = charcode + 1; in T1_Open_Face()
2264 type1->encoding.code_last = max_char; in T1_Open_Face()

Completed in 7 milliseconds