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

1 2

  /external/fonttools/Lib/fontTools/
t1Lib.py 90 subrs = self.font["Private"]["Subrs"]
94 subrs=subrs)
95 for i in range(len(subrs)):
96 charString, R = eexec.decrypt(subrs[i], 4330)
97 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
subset.py     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.h 48 PS_TableRec subrs; member in struct:T1_Loader_
t1gload.c 184 decoder.subrs = type1->subrs;
249 decoder.subrs = type1->subrs;
347 decoder.subrs = type1->subrs;
t1load.c 39 /* charstrings, and subrs; they are handled with a special pattern */
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.h 48 PS_TableRec subrs; member in struct:T1_Loader_
t1gload.c 184 decoder.subrs = type1->subrs;
249 decoder.subrs = type1->subrs;
347 decoder.subrs = type1->subrs;
t1load.c 39 /* charstrings, and subrs; they are handled with a special pattern */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c 436 /* read the subrmap and the subrs of each font dict */
451 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) )
454 subr = face->subrs;
504 FT_ERROR(( "cid_read_subrs: too large `subrs' offsets\n" ));
509 /* now, compute the size of subrs charstrings, */
552 if ( face->subrs )
556 if ( face->subrs[n].code )
557 FT_FREE( face->subrs[n].code[0] );
559 FT_FREE( face->subrs[n].code );
561 FT_FREE( face->subrs );
    [all...]
cidobjs.c 209 /* release subrs */
210 if ( face->subrs )
217 CID_Subrs subr = face->subrs + n;
227 FT_FREE( face->subrs );
cidgload.c 137 /* Now set up the subrs array and parse the charstrings. */
140 CID_Subrs cid_subrs = face->subrs + fd_select;
144 /* Set up subrs */
146 decoder->subrs = cid_subrs->code;
  /external/pdfium/third_party/freetype/src/cid/
cidload.c 403 /* read the subrmap and the subrs of each font dict */
418 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) )
421 subr = face->subrs;
472 /* now, compute the size of subrs charstrings, */
515 if ( face->subrs )
519 if ( face->subrs[n].code )
520 FT_FREE( face->subrs[n].code[0] );
522 FT_FREE( face->subrs[n].code );
524 FT_FREE( face->subrs );
cidobjs.c 209 /* release subrs */
210 if ( face->subrs )
217 CID_Subrs subr = face->subrs + n;
227 FT_FREE( face->subrs );
cidgload.c 132 /* Now set up the subrs array and parse the charstrings. */
135 CID_Subrs cid_subrs = face->subrs + fd_select;
139 /* Set up subrs */
141 decoder->subrs = cid_subrs->code;
  /external/freetype/include/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
  /external/freetype/src/cff/
cfftypes.h 211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */
246 /* array of pointers into Global Subrs INDEX data */
cfftoken.h 92 CFF_FIELD_NUM ( 19, local_subrs_offset, "Subrs" )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h 211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */
246 /* array of pointers into Global Subrs INDEX data */
cfftoken.h 92 CFF_FIELD_NUM ( 19, local_subrs_offset, "Subrs" )
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */
246 /* array of pointers into Global Subrs INDEX data */
cfftoken.h 92 CFF_FIELD_NUM ( 19, local_subrs_offset, "Subrs" )
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 259 subrs = getattr(self.private, "Subrs", [])
260 decompiler = SimpleT2Decompiler(subrs, self.globalSubrs)
264 subrs = getattr(self.private, "Subrs", [])
265 extractor = T2OutlineExtractor(pen, subrs, self.globalSubrs,
453 def __init__(self, bytecode=None, program=None, subrs=None):
458 self.subrs = subrs
480 extractor = T1OutlineExtractor(pen, self.subrs)
    [all...]
  /external/freetype/src/psaux/
t1decode.c     [all...]

Completed in 336 milliseconds

1 2