/external/fonttools/Lib/fontTools/subset/ |
D | cff.py | 62 subrs = getattr(gl.private, "Subrs", []) 63 decompiler = _ClosureGlyphsT2Decompiler(components, subrs, gl.globalSubrs) 156 def subset_subroutines(self, subrs, gsubrs): argument 161 p[i-1] = subrs._used.index(p[i-1] + subrs._old_bias) - subrs._new_bias 209 for subrs in [localSubrs, globalSubrs]: 210 if subrs and not hasattr(subrs, "_used"): 211 subrs._used = set() 482 subrs = getattr(c.private, "Subrs", []) 483 decompiler = _DesubroutinizingT2Decompiler(subrs, c.globalSubrs, c.private) 530 subrs = getattr(c.private, "Subrs", []) [all …]
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 96 subrs = self.font["Private"]["Subrs"] 100 subrs=subrs) 101 for i in range(len(subrs)): 102 charString, R = eexec.decrypt(subrs[i], 4330) 103 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
|
/external/freetype/src/type1/ |
D | t1gload.c | 244 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance() 322 decoder.subrs = type1->subrs; in T1_Get_Advances() 431 decoder.subrs = type1->subrs; in T1_Load_Glyph()
|
D | t1load.h | 48 PS_TableRec subrs; member
|
D | t1load.c | 1607 PS_Table table = &loader->subrs; in parse_subrs() 2387 T1_Release_Table( &loader->subrs ); in t1_done_loader() 2519 if ( loader.subrs.init ) in T1_Open_Face() 2522 type1->subrs_block = loader.subrs.block; in T1_Open_Face() 2523 type1->subrs = loader.subrs.elements; in T1_Open_Face() 2524 type1->subrs_len = loader.subrs.lengths; in T1_Open_Face() 2528 loader.subrs.init = 0; in T1_Open_Face()
|
D | t1driver.c | 368 if ( ok && type1->subrs ) in t1_ps_get_font_value() 373 ft_memcpy( value, (void *)( type1->subrs[idx] ), retval - 1 ); in t1_ps_get_font_value()
|
D | t1objs.c | 246 FT_FREE( type1->subrs ); in T1_Face_Done()
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 793 def __init__(self, pen, subrs): argument 795 self.subrs = subrs 860 subr = self.subrs[subrIndex] 963 subrs = getattr(self.private, "Subrs", []) 964 decompiler = self.decompilerClass(subrs, self.globalSubrs, self.private) 968 subrs = getattr(self.private, "Subrs", []) 969 extractor = self.outlineExtractor(pen, subrs, self.globalSubrs, 1140 def __init__(self, bytecode=None, program=None, subrs=None): argument 1145 self.subrs = subrs 1167 extractor = T1OutlineExtractor(pen, self.subrs) [all …]
|
/external/freetype/src/cid/ |
D | cidload.c | 524 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) ) in cid_read_subrs() 527 subr = face->subrs; in cid_read_subrs() 628 if ( face->subrs ) in cid_read_subrs() 632 if ( face->subrs[n].code ) in cid_read_subrs() 633 FT_FREE( face->subrs[n].code[0] ); in cid_read_subrs() 635 FT_FREE( face->subrs[n].code ); in cid_read_subrs() 637 FT_FREE( face->subrs ); in cid_read_subrs()
|
D | cidobjs.c | 212 if ( face->subrs ) in cid_face_done() 219 CID_Subrs subr = face->subrs + n; in cid_face_done() 229 FT_FREE( face->subrs ); in cid_face_done()
|
D | cidgload.c | 146 CID_Subrs cid_subrs = face->subrs + fd_select; in cid_load_glyph() 152 decoder->subrs = cid_subrs->code; in cid_load_glyph()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 114 FT_Byte** subrs; member 245 CID_Subrs subrs; member
|
D | psaux.h | 964 FT_Byte** subrs; member
|
/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 749 …bool encode_subrs (const ParsedCStrs &subrs, const SubrRemap& remap, unsigned int fd, StrBuffArray… in encode_subrs() 755 for (unsigned int old_num = 0; old_num < subrs.len; old_num++) in encode_subrs() 760 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs() 791 ParsedCStrs &subrs, unsigned int subr_num, in drop_hints_in_subr() 795 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr() 886 unsigned int subr_num, ParsedCStrs &subrs, in collect_subr_refs_in_subr() 891 collect_subr_refs_in_str (subrs[subr_num], param); in collect_subr_refs_in_subr()
|
D | hb-cff-interp-cs-common.hh | 67 subrs = &subrs_; in init() 79 unsigned int get_count () const { return (subrs == nullptr)? 0: subrs->count; } in get_count() 84 if (unlikely ((subrs == nullptr) || index >= subrs->count)) in operator []() 87 return (*subrs)[index]; in operator []() 92 const SUBRS *subrs; member
|
D | hb-subset-cff2.cc | 213 CFF2BiasedSubrs& subrs, hb_set_t *closure) in process_call_subr() 216 env.callSubr (subrs, type); in process_call_subr()
|
D | hb-subset-cff1.cc | 383 CFF1BiasedSubrs& subrs, hb_set_t *closure) in process_call_subr() 386 env.callSubr (subrs, type); in process_call_subr()
|
/external/freetype/src/psaux/ |
D | t1decode.c | 1473 zone->base = decoder->subrs[idx]; in t1_decoder_parse_charstrings() 1482 zone->limit = decoder->subrs[idx + 1]; in t1_decoder_parse_charstrings()
|
D | psobjs.c | 2439 ps_decoder->locals = t1_decoder->subrs; in ps_decoder_init()
|
/external/freetype/ |
D | ChangeLog.27 | 902 The `subrs' keyword might erroneously occur multiple times. 1171 [psaux] Fix handling of invalid flex subrs.
|
D | ChangeLog.20 | 457 * src/cid/cidobjs.c (CID_Face_Done): Fixed a memory leak; the subrs
|
D | ChangeLog.28 | 3069 subrs.
|
/external/fonttools/ |
D | NEWS.rst | 36 Also, fixed desubroutinizing bug when subrs contain hints (#1499).
|
D | PKG-INFO | 453 Also, fixed desubroutinizing bug when subrs contain hints (#1499).
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 453 Also, fixed desubroutinizing bug when subrs contain hints (#1499).
|