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

  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
psaux.h 679 FT_Byte** subrs; member in struct:T1_DecoderRec_
680 FT_PtrDist* subrs_len; /* array of subrs length (optional) */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
psaux.h 679 FT_Byte** subrs; member in struct:T1_DecoderRec_
680 FT_PtrDist* subrs_len; /* array of subrs length (optional) */
    [all...]
  /external/chromium_org/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_
psaux.h 679 FT_Byte** subrs; member in struct:T1_DecoderRec_
680 FT_PtrDist* subrs_len; /* array of subrs length (optional) */
    [all...]
  /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/freetype/include/internal/
t1types.h 108 FT_Byte** subrs; member in struct:T1_FontRec_
238 CID_Subrs subrs; member in struct:CID_FaceRec_
psaux.h 679 FT_Byte** subrs; member in struct:T1_DecoderRec_
680 FT_PtrDist* subrs_len; /* array of subrs length (optional) */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
345 decoder.subrs = type1->subrs;
t1load.c 39 /* charstrings, and subrs; they are handled with a special pattern */
    [all...]
t1objs.c 247 FT_FREE( type1->subrs );
t1driver.c 335 ft_memcpy( value, (void *)( type1->subrs[idx] ), retval - 1 );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidload.c 388 /* read the subrmap and the subrs of each font dict */
403 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) )
406 subr = face->subrs;
457 /* now, compute the size of subrs charstrings, */
500 if ( face->subrs )
504 if ( face->subrs[n].code )
505 FT_FREE( face->subrs[n].code[0] );
507 FT_FREE( face->subrs[n].code );
509 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/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/chromium_org/third_party/freetype/src/psaux/
t1decode.c     [all...]
  /external/freetype/src/psaux/
t1decode.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 425 milliseconds