HomeSort by relevance Sort by last modified time
    Searched full:charstrings (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/freetype/include/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 76 /* now, propagate the charstrings and glyphnames tables */
80 if ( !loader.charstrings.init )
82 FT_ERROR(( "T42_Open_Face: no charstrings array in face\n" ));
86 loader.charstrings.init = 0;
87 type1->charstrings_block = loader.charstrings.block;
88 type1->charstrings = loader.charstrings.elements;
89 type1->charstrings_len = loader.charstrings.lengths;
107 /* as defined in the CharStrings array. */
442 FT_FREE( type1->charstrings );
    [all...]
t42parse.h 52 PS_TableRec charstrings; member in struct:T42_Loader_
t42drivr.c 84 return (FT_UInt)ft_atol( (const char *)face->type1.charstrings[i] );
t42parse.c 99 T1_FIELD_CALLBACK( "CharStrings", t42_parse_charstrings, 0 )
778 PS_Table code_table = &loader->charstrings;
870 /* contrary to Type1, we disallow multiple CharStrings arrays */
874 " only one CharStrings array allowed\n" ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 */
  /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 */
  /external/fonttools/Lib/fontTools/
t1Lib.py 74 In the case of Type 1, the GlyphSet is simply the CharStrings dict.
76 return self["CharStrings"]
87 charStrings = self.font["CharStrings"]
91 for glyphName, charString in charStrings.items():
93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:],
cffLib.py 297 self.parent.rawDict["CharStrings"] = pos
497 class CharStrings(object):
502 self.charStrings = charStrings = {}
504 charStrings[charset[i]] = i
507 self.charStrings = {}
517 return list(self.charStrings.keys())
523 return list(self.charStrings.values())
526 return name in self.charStrings
529 return len(self.charStrings)
    [all...]
subset.py     [all...]
  /external/freetype/src/cff/
cfftoken.h 43 CFF_FIELD_NUM ( 17, charstrings_offset, "CharStrings" )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftoken.h 43 CFF_FIELD_NUM ( 17, charstrings_offset, "CharStrings" )
  /external/pdfium/third_party/freetype/src/cff/
cfftoken.h 43 CFF_FIELD_NUM ( 17, charstrings_offset, "CharStrings" )
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 100 "CharStrings",
109 if key == 'CharStrings':
126 def _type1_CharString_repr(charstrings):
127 items = sorted(charstrings.items())
psCharStrings.py 1 """psCharStrings.py -- module implementing various kinds of CharStrings:
2 CFF dictionary data and Type1/Type2 CharStrings.
465 raise TypeError("Type 1 charstrings don't support floating point operands")
  /external/freetype/include/
t1tables.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h     [all...]

Completed in 777 milliseconds

1 2 3