Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh390 struct FontDict : Dict {}; struct
403 struct FDArray : CFFIndexOf<COUNT, FontDict>
424 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
425 offset += FontDict::calculate_serialized_size (fontDicts[fid], opszr); in serialize()
427 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
432 FontDict *dict = c->start_embed<FontDict> (); in serialize()
463 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid++, offset); in serialize()
464 offset += FontDict::calculate_serialized_size (fontDicts[i], opszr); in serialize()
466 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset); in serialize()
472 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.cc142 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.charsetInfo.offset)); in serialize()
145 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.encodingOffset)); in serialize()
168 …return_trace (FontDict::serialize_offset2_op(c, op, mod.nameSIDs[name_dict_values_t::name_op_to_in… in serialize()
250 return_trace (FontDict::serialize_uint2_op (c, opstr.op, mod.fontName)); in serialize()
794 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create()
Dhb-subset-cff2.cc62 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.varStoreOffset)); in serialize()
383 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create()
/external/fonttools/Lib/fontTools/
DfontBuilder.py569 FontDict,
591 fontDict = FontDict()
/external/fonttools/Lib/fontTools/varLib/
Dcff.py11 FontDict,
74 fontDict = FontDict()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py329 fontDict = FontDict()
872 fontDict = FontDict(
881 fontDict = FontDict()
2613 class FontDict(BaseDict): class
2650 super(FontDict, self).__init__(strings, file, offset, isCFF2=isCFF2)
/external/fonttools/
DNEWS.rst1594 key/value pairs in FontDict (issue #740; PR #744)
/external/freetype/
DChangeLog.237558 (e.g., in `Private' instead of `FontDict').