/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff2.cc | 218 struct cff2_subr_subsetter_t : subr_subsetter_t<cff2_subr_subsetter_t, CFF2Subrs, const OT::cff2::a… 220 cff2_subr_subsetter_t (const OT::cff2::accelerator_subset_t &acc_, const hb_subset_plan_t *plan_) in cff2_subr_subsetter_t() 260 bool create (const OT::cff2::accelerator_subset_t &acc, in create() 271 …subr_flattener_t<const OT::cff2::accelerator_subset_t, cff2_cs_interp_env_t, cff2_cs_opset_flatten… in create() 341 const OT::cff2::accelerator_subset_t &acc, in _serialize_cff2() 439 OT::cff2 *cff2 = c->allocate_min<OT::cff2> (); in _serialize_cff2() local 440 if (unlikely (!cff2)) return false; in _serialize_cff2() 443 cff2->version.major = 0x02; in _serialize_cff2() 444 cff2->version.minor = 0x00; in _serialize_cff2() 445 cff2->topDict = OT::cff2::static_size; in _serialize_cff2() [all …]
|
D | hb-ot-cff2-table.hh | 386 struct cff2 struct 406 this->blob = sc.reference_table<cff2> (face); in init() 412 const OT::cff2 *cff2 = this->blob->template as<OT::cff2> (); in init() argument 414 if (cff2 == &Null (OT::cff2)) in init() 418 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init() 426 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize); in init() 427 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init() 428 charStrings = &StructAtOffsetOrNull<CFF2CharStrings> (cff2, topDict.charStringsOffset); in init() 429 fdArray = &StructAtOffsetOrNull<CFF2FDArray> (cff2, topDict.FDArrayOffset); in init() 430 fdSelect = &StructAtOffsetOrNull<CFF2FDSelect> (cff2, topDict.FDSelectOffset); in init() [all …]
|
D | Makefile.sources | 35 hb-cff2-interp-cs.hh \ 66 hb-ot-cff2-table.cc \ 67 hb-ot-cff2-table.hh \ 264 hb-ot-cff2-table.cc \ 272 hb-subset-cff2.cc \ 273 hb-subset-cff2.hh \
|
D | hb-ot-cff2-table.cc | 103 bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, in get_extents() 196 bool OT::cff2::accelerator_t::get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_… in get_path()
|
D | hb-ot-face-table-list.hh | 79 HB_OT_ACCELERATOR (OT, cff2)
|
D | meson.build | 39 'hb-cff2-interp-cs.hh', 70 'hb-ot-cff2-table.cc', 71 'hb-ot-cff2-table.hh', 267 'hb-ot-cff2-table.cc', 273 'hb-subset-cff2.cc', 274 'hb-subset-cff2.hh',
|
D | hb-draw.cc | 254 if (font->face->table.cff2->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
|
D | hb-ot-font.cc | 193 if (ot_face->cff2->get_extents (font, glyph, extents)) return true; in hb_ot_get_glyph_extents()
|
D | hb-subset.cc | 313 case HB_OT_TAG_cff2: return _subset<const OT::cff2> (plan); in _subset_table()
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf-extents.hh | 71 BENCHMARK_CAPTURE (extents, cff2 - ot - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", fa… 72 BENCHMARK_CAPTURE (extents, cff2 - ft - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", fa… 73 BENCHMARK_CAPTURE (extents, cff2 - tp - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", fa… 75 BENCHMARK_CAPTURE (extents, cff2/vf - ot - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf",… 76 BENCHMARK_CAPTURE (extents, cff2/vf - ft - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf",… 77 BENCHMARK_CAPTURE (extents, cff2/vf - tp - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf",…
|
D | perf-draw.hh | 151 BENCHMARK_CAPTURE (draw, cff2 - ot - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", false… 152 BENCHMARK_CAPTURE (draw, cff2 - ft - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", false… 153 BENCHMARK_CAPTURE (draw, cff2 - tp - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", false… 155 BENCHMARK_CAPTURE (draw, cff2/vf - ot - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", tr… 156 BENCHMARK_CAPTURE (draw, cff2/vf - ft - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", tr… 157 BENCHMARK_CAPTURE (draw, cff2/vf - tp - AdobeVFPrototype, FONT_BASE_PATH "AdobeVFPrototype.otf", tr…
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 237 FT_Bool cff2 ) in cff_index_init() argument 249 if ( cff2 ) in cff_index_init() 1916 stackSize = font->cff2 ? font->top_font.font_dict.maxstack + 1 in cff_load_private_dict() 1920 font->cff2 ? CFF2_CODE_PRIVATE : CFF_CODE_PRIVATE, in cff_load_private_dict() 2005 FT_Bool cff2 = FT_BOOL( code == CFF2_CODE_TOPDICT || in cff_subfont_load() local 2007 FT_UInt stackSize = cff2 ? CFF2_DEFAULT_STACK in cff_subfont_load() 2048 top->maxstack = cff2 ? CFF2_DEFAULT_STACK : 48; in cff_subfont_load() 2093 if ( !cff2 ) in cff_subfont_load() 2150 error = cff_index_init( &subfont->local_subrs_index, stream, 1, cff2 ); in cff_subfont_load() 2190 FT_Bool cff2 ) in cff_font_load() argument [all …]
|
D | cffobjs.c | 518 FT_Bool cff2 = 0; in cff_face_init() local 599 cff2 = 1; in cff_face_init() 600 face->is_cff2 = cff2; in cff_face_init() 636 cff2 ); in cff_face_init() 1039 if ( dict->cid_registry == 0xFFFFU && !cff2 ) in cff_face_init()
|
D | cffload.h | 70 FT_Bool cff2 );
|
/third_party/skia/third_party/harfbuzz/ |
D | BUILD.gn | 96 "$_src/hb-cff2-interp-cs.hh", 128 "$_src/hb-ot-cff2-table.cc", 129 "$_src/hb-ot-cff2-table.hh", 244 "$_src/hb-subset-cff2.cc", 245 "$_src/hb-subset-cff2.hh",
|
/third_party/harfbuzz/ |
D | BUILD.gn | 35 "${target_gen_dir}/harfbuzz-2.8.2/src/hb-ot-cff2-table.cc", 66 "${target_gen_dir}/harfbuzz-2.8.2/src/hb-subset-cff2.cc",
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | meson.build | 47 'test-subset-cff2.c',
|
D | Makefile.am | 71 test-subset-cff2 \
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 352 FT_Bool cff2; member
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 610 (CFF_Font): Add `top_dict_length' and `cff2' fields.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 28835 #include "hb-ot-cff2-table.cc" 30320 …git a/src/third_party/harfbuzz-ng/src/src/hb-cff2-interp-cs.hh b/src/third_party/harfbuzz-ng/src/s… 30322 --- a/src/third_party/harfbuzz-ng/src/src/hb-cff2-interp-cs.hh 30323 +++ b/src/third_party/harfbuzz-ng/src/src/hb-cff2-interp-cs.hh 30581 -#include "hb-ot-cff2-table.hh" 31025 - if (font->face->table.cff2->get_path (font, glyph, draw_helper)) return true; 33184 … a/src/third_party/harfbuzz-ng/src/src/hb-ot-cff2-table.cc b/src/third_party/harfbuzz-ng/src/src/h… 33186 --- a/src/third_party/harfbuzz-ng/src/src/hb-ot-cff2-table.cc 33187 +++ b/src/third_party/harfbuzz-ng/src/src/hb-ot-cff2-table.cc 33188 @@ -143,30 +143,29 @@ bool OT::cff2::accelerator_t::get_extents (hb_font_t *font, [all …]
|
/third_party/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |