Searched refs:min_char (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 110 min_char = 0; in T42_Open_Face() 138 if ( charcode < min_char ) in T42_Open_Face() 139 min_char = charcode; in T42_Open_Face() 148 type1->encoding.code_first = min_char; in T42_Open_Face()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 110 min_char = 0; in T42_Open_Face() 138 if ( charcode < min_char ) in T42_Open_Face() 139 min_char = charcode; in T42_Open_Face() 148 type1->encoding.code_first = min_char; in T42_Open_Face()
|
/third_party/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 110 min_char = 0; in T42_Open_Face() 138 if ( charcode < min_char ) in T42_Open_Face() 139 min_char = charcode; in T42_Open_Face() 148 type1->encoding.code_first = min_char; in T42_Open_Face()
|
/third_party/freetype/src/type1/ |
D | t1load.c | 2654 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local 2662 min_char = 0; in T1_Open_Face() 2690 if ( charcode < min_char ) in T1_Open_Face() 2691 min_char = charcode; in T1_Open_Face() 2700 type1->encoding.code_first = min_char; in T1_Open_Face()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 2672 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local 2680 min_char = 0; in T1_Open_Face() 2708 if ( charcode < min_char ) in T1_Open_Face() 2709 min_char = charcode; in T1_Open_Face() 2718 type1->encoding.code_first = min_char; in T1_Open_Face()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 2630 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local 2638 min_char = 0; in T1_Open_Face() 2666 if ( charcode < min_char ) in T1_Open_Face() 2667 min_char = charcode; in T1_Open_Face() 2676 type1->encoding.code_first = min_char; in T1_Open_Face()
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 615 Py_UCS4 min_char; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 14083 writer->min_char = 127; in _PyUnicodeWriter_Init() 14120 maxchar = Py_MAX(maxchar, writer->min_char); in _PyUnicodeWriter_PrepareInternal()
|