HomeSort by relevance Sort by last modified time
    Searched refs:charstrings (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/freetype/src/type1/
t1load.h 44 PS_TableRec charstrings; member in struct:T1_Loader_
t1load.c 39 /* charstrings, and subrs; they are handled with a special pattern */
    [all...]
t1gload.c 88 char_string->pointer = type1->charstrings[glyph_index];
491 /* Set control data to the glyph charstrings. Note that this is */
t1objs.c 244 FT_FREE( type1->charstrings );
t1driver.c 298 ft_memcpy( value, (void *)( type1->charstrings[idx] ),
  /external/freetype/include/freetype/internal/
t1types.h 115 FT_Byte** charstrings; /* array of glyph charstrings */ member in struct:T1_FontRec_
215 /* respectively, as Type 2 charstrings; -1 if keywords not present */
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 113 FT_Byte** charstrings; /* array of glyph charstrings */ member in struct:T1_FontRec_
213 /* respectively, as Type 2 charstrings; -1 if keywords not present */
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 100 "CharStrings",
109 if key == 'CharStrings':
126 def _type1_CharString_repr(charstrings):
127 items = sorted(charstrings.items())

Completed in 474 milliseconds