Home
last modified time | relevance | path

Searched defs:charcode (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.h31 cff_get_standard_encoding( FT_UInt charcode ); variable
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafglobal.c179 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local
208 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp280 const auto charcode = 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu)); in fill_buffer() local
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c142 FT_ULong charcode = *acharcode + 1; in FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c136 FT_UInt32 charcode = *acharcode; in FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.c101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
[all...]
H A Dt42parse.c428 FT_Int charcode; in t42_parse_encoding() local
/third_party/cups-filters/fontembed/
H A Dembed_sfnt.c372 static const char *get_glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned short gid) // {{{ if charcode==0 -> force gid to be used in get_glyphname() argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c146 FT_UInt32 charcode = *pchar_code; in FT_CALLBACK_DEF() local
501 FT_UInt32 charcode = *pcharcode + 1; FT_CALLBACK_DEF() local
794 FT_UInt charcode; tt_cmap4_next() local
1107 FT_UInt32 charcode = *pcharcode; tt_cmap4_char_map_linear() local
1241 FT_UInt charcode = (FT_UInt)*pcharcode; tt_cmap4_char_map_binary() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c1595 FT_Int charcode; in parse_encoding() local
2672 FT_Int charcode, idx, min_char, max_char; in FT_LOCAL_DEF() local
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6349 const auto charcode = 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu)); in fill_buffer() local

Completed in 37 milliseconds