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

  /external/harfbuzz_ng/src/
hb-ot-cff-common.hh 404 struct FontDict : Dict {};
468 struct FDArray : CFFIndexOf<COUNT, FontDict>
489 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset);
490 offset += FontDict::calculate_serialized_size (fontDicts[fid], opszr);
492 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset);
497 FontDict *dict = c->start_embed<FontDict> ();
527 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid++, offset);
528 offset += FontDict::calculate_serialized_size (fontDicts[i], opszr);
530 CFFIndexOf<COUNT, FontDict>::set_offset_at (fid, offset)
    [all...]
hb-subset-cff-common.hh 165 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.charStringsInfo.offset));
168 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDArrayInfo.offset));
171 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDSelectInfo.offset));
252 return_trace (FontDict::serialize_offset2_op (c, opstr.op, subrsOffset));
hb-subset-cff1.cc 137 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.charsetInfo.offset));
140 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.encodingOffset));
163 return_trace (FontDict::serialize_offset2_op(c, op, mod.nameSIDs[NameDictValues::name_op_to_index (op)]));
246 return_trace (FontDict::serialize_uint2_op (c, opstr.op, mod.fontName));
774 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr);
    [all...]
hb-subset-cff2.cc 58 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.varStoreOffset));
377 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr);
  /external/fonttools/Lib/fontTools/varLib/
cff.py 14 FontDict,
60 fontDict = FontDict()
61 fontDict.setCFF2(True)
62 fdArray.append(fontDict)
63 fontDict.Private = privateDict
78 for fontDict in fdArray:
79 fontDict.setCFF2(True)
80 for key in list(fontDict.rawDict.keys()):
81 if key not in fontDict.order
    [all...]
  /external/fonttools/Lib/fontTools/
fontBuilder.py 527 GlobalSubrsIndex, PrivateDict, FDArrayIndex, FontDict
548 fontDict = FontDict()
549 fontDict.setCFF2(True)
553 fontDict.Private = private
554 fdArray.append(fontDict)
  /external/fonttools/Lib/fontTools/cffLib/
__init__.py 259 fontDict = FontDict()
260 fontDict.setCFF2(True)
261 fdArray.append(fontDict)
262 fontDict.Private = privateDict
277 for fontDict in fdArray:
278 fontDict.setCFF2(True)
279 for key in fontDict.rawDict.keys():
280 if key not in fontDict.order:
281 del fontDict.rawDict[key
    [all...]

Completed in 272 milliseconds