Searched refs:charstrings (Results 1 – 23 of 23) sorted by relevance
/external/freetype/src/type42/ |
D | t42objs.c | 80 if ( !loader.charstrings.init ) in T42_Open_Face() 86 loader.charstrings.init = 0; in T42_Open_Face() 87 type1->charstrings_block = loader.charstrings.block; in T42_Open_Face() 88 type1->charstrings = loader.charstrings.elements; in T42_Open_Face() 89 type1->charstrings_len = loader.charstrings.lengths; in T42_Open_Face() 433 FT_FREE( type1->charstrings ); in T42_Face_Done() 655 (const char *)t42face->type1.charstrings[glyph_index], in T42_GlyphSlot_Load()
|
D | t42parse.h | 52 PS_TableRec charstrings; member
|
D | t42drivr.c | 84 return (FT_UInt)ft_strtol( (const char *)face->type1.charstrings[i], in t42_get_name_index()
|
D | t42parse.c | 785 PS_Table code_table = &loader->charstrings; in t42_parse_charstrings() 1284 loader->charstrings.init = 0; in t42_loader_init() 1297 T1_Release_Table( &loader->charstrings ); in t42_loader_done()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | mutator.py | 65 charstrings = topDict.CharStrings 68 charstring = charstrings[gname] 108 charstrings = topDict.CharStrings 131 charstring = charstrings[gname]
|
/external/freetype/src/type1/ |
D | t1load.h | 44 PS_TableRec charstrings; member
|
D | t1load.c | 1802 PS_Table code_table = &loader->charstrings; in parse_charstrings() 2384 T1_Release_Table( &loader->charstrings ); in t1_done_loader() 2533 if ( !loader.charstrings.init ) in T1_Open_Face() 2539 loader.charstrings.init = 0; in T1_Open_Face() 2540 type1->charstrings_block = loader.charstrings.block; in T1_Open_Face() 2541 type1->charstrings = loader.charstrings.elements; in T1_Open_Face() 2542 type1->charstrings_len = loader.charstrings.lengths; in T1_Open_Face()
|
D | t1objs.c | 243 FT_FREE( type1->charstrings ); in T1_Face_Done()
|
D | t1gload.c | 82 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
|
D | t1driver.c | 311 ft_memcpy( value, (void *)( type1->charstrings[idx] ), in t1_ps_get_font_value()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 120 FT_Byte** charstrings; /* array of glyph charstrings */ member
|
/external/fonttools/Lib/fontTools/misc/ |
D | psOperators.py | 126 def _type1_CharString_repr(charstrings): argument 127 items = sorted(charstrings.items())
|
/external/freetype/src/psaux/ |
D | psft.c | 744 glyph_data.pointer = type1->charstrings[glyph_index]; in cf2_getT1SeacComponent()
|
/external/fonttools/ |
D | NEWS.rst | 685 charstrings, used by the T2CharStringPen (#948). 696 hvcurveto. This should produce more compact charstrings (#940, #403). 806 Type 2 charstrings were also being stripped (#709, #343)
|
D | PKG-INFO | 1102 charstrings, used by the T2CharStringPen (#948). 1113 hvcurveto. This should produce more compact charstrings (#940, #403). 1223 Type 2 charstrings were also being stripped (#709, #343)
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 1102 charstrings, used by the T2CharStringPen (#948). 1113 hvcurveto. This should produce more compact charstrings (#940, #403). 1223 Type 2 charstrings were also being stripped (#709, #343)
|
/external/freetype/ |
D | ChangeLog | 1934 According to the CFF specification, charstrings can have up to 96 stem 1935 hints. Due to hint replacement routines in Type 1 charstrings, some 2458 some charstrings use `endchar' in a final subroutine call, rewinding to 2990 cf2_freeT1SeacComponent): New functions to get the charstrings for
|
D | ChangeLog.23 | 402 Add basic support for Type1 charstrings in CFF. 2099 Use 16.16 format while parsing Type 1 charstrings. 2106 charstrings (of either Type 1 or 2) have been processed, the 2166 [psaux] Check large integers while parsing charstrings. 2197 Improve debug messages for Type1 charstrings. 5089 `hsbw' and `closepath' which are both invalid in Type 2 charstrings. 5097 and 13 (hsbw) which are invalid in Type 2 charstrings.
|
D | ChangeLog.21 | 3390 Use number of charstrings as argument to CFF_Load_FD_Select (as 4147 significantly since charstrings aren't affected. 7434 charstrings if there is an incremental loading interface. Type 1 7436 typically not provide any charstrings at load time, so this is
|
D | ChangeLog.20 | 1867 * src/cid/cidgload.c (cid_load_glyph): Decrypt charstrings only
|
D | ChangeLog.24 | 4390 [cff] Ignore unknown operators in charstrings. 5890 * src/cff/cffgload.c (cff_operator_seac): Free charstrings even in
|
D | ChangeLog.26 | 1231 two SIDs that are charstrings.
|
/external/freetype/docs/ |
D | CHANGES | 691 of the Type 42 charstrings table. 3892 * The Type 1 driver returns the charstrings corresponding to
|