Home
last modified time | relevance | path

Searched refs:FontDict (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh404 struct FontDict : Dict {}; struct
468 struct FDArray : CFFIndexOf<COUNT, FontDict>
489 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
490 offset += FontDict::calculate_serialized_size (fontDicts[fid], opszr); in serialize()
492 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
497 FontDict *dict = c->start_embed<FontDict> (); in serialize()
527 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid++, offset); in serialize()
528 offset += FontDict::calculate_serialized_size (fontDicts[i], opszr); in serialize()
530 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
536 FontDict *dict = c->start_embed<FontDict> (); in serialize()
[all …]
Dhb-subset-cff-common.hh165 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.charStringsInfo.offset)); in serialize()
168 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDArrayInfo.offset)); in serialize()
171 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDSelectInfo.offset)); in serialize()
252 return_trace (FontDict::serialize_offset2_op (c, opstr.op, subrsOffset)); in serialize()
Dhb-subset-cff1.cc137 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.charsetInfo.offset)); in serialize()
140 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.encodingOffset)); in serialize()
163 …return_trace (FontDict::serialize_offset2_op(c, op, mod.nameSIDs[NameDictValues::name_op_to_index … in serialize()
246 return_trace (FontDict::serialize_uint2_op (c, opstr.op, mod.fontName)); in serialize()
774 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create()
Dhb-subset-cff2.cc58 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.varStoreOffset)); in serialize()
377 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create()
/external/fonttools/Lib/fontTools/varLib/
Dcff.py14 FontDict,
60 fontDict = FontDict()
/external/fonttools/Lib/fontTools/
DfontBuilder.py527 GlobalSubrsIndex, PrivateDict, FDArrayIndex, FontDict
548 fontDict = FontDict()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py259 fontDict = FontDict()
730 fontDict = FontDict(
739 fontDict = FontDict()
2366 class FontDict(BaseDict): class
2403 super(FontDict, self).__init__(strings, file, offset, isCFF2=isCFF2)
/external/fonttools/
DNEWS.rst917 key/value pairs in FontDict (issue #740; PR #744)
DPKG-INFO1334 key/value pairs in FontDict (issue #740; PR #744)
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO1334 key/value pairs in FontDict (issue #740; PR #744)
/external/freetype/
DChangeLog.237558 (e.g., in `Private' instead of `FontDict').