/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvmod.c | 77 FT_Byte* volatile gdef; in otv_validate() local 88 base = gdef = gpos = gsub = jstf = math = NULL; in otv_validate() 114 error = otv_load_table( face, TTAG_GDEF, &gdef, &len_gdef ); in otv_validate() 179 if ( gdef ) in otv_validate() 181 ft_validator_init( &valid, gdef, gdef + len_gdef, FT_VALIDATE_DEFAULT ); in otv_validate() 183 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); in otv_validate() 210 *ot_gdef = (FT_Bytes)gdef; in otv_validate() 222 FT_FREE( gdef ); in otv_validate()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 118 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi 119 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi 120 \ifx\putworderror\undefined \gdef\putworderror{error}\fi 121 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi 122 \ifx\putwordin\undefined \gdef\putwordin{in}\fi 123 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi 124 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi 125 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi 126 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi 127 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/ |
D | Makefile.am | 33 expected/layout.gdef \ 34 expected/layout.gdef.glyphset \ 37 expected/layout.gdef-varstore \ 38 expected/layout.gdef-attachlist \
|
D | Makefile.sources | 17 tests/layout.gdef-attachlist.tests \ 18 tests/layout.gdef-varstore.tests \ 19 tests/layout.gdef.tests \ 20 tests/layout.gdef.glyphset.tests \
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
D | meson.build | 24 'layout.gdef', 25 'layout.gdef.glyphset', 29 'layout.gdef-varstore', 30 'layout.gdef-attachlist',
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | main.cc | 479 const GDEF &gdef = *reinterpret_cast<const GDEF *> (font_data + table.offset); in print_layout_info_using_private_api() local 482 gdef.has_glyph_classes () ? "" : "no "); in print_layout_info_using_private_api() 484 gdef.has_mark_attachment_types () ? "" : "no "); in print_layout_info_using_private_api() 486 gdef.has_attach_points () ? "" : "no "); in print_layout_info_using_private_api() 488 gdef.has_lig_carets () ? "" : "no "); in print_layout_info_using_private_api() 490 gdef.has_mark_sets () ? "" : "no "); in print_layout_info_using_private_api()
|
D | hb-subset-plan.cc | 192 hb_blob_ptr_t<OT::GDEF> gdef = hb_sanitize_context_t ().reference_table<OT::GDEF> (face); in _collect_layout_variation_indices() local 195 if (!gdef->has_data ()) in _collect_layout_variation_indices() 197 gdef.destroy (); in _collect_layout_variation_indices() 202 gdef->collect_variation_indices (&c); in _collect_layout_variation_indices() 207 gdef->remap_layout_variation_indices (layout_variation_indices, layout_variation_idx_map); in _collect_layout_variation_indices() 209 gdef.destroy (); in _collect_layout_variation_indices()
|
D | hb-aat-layout-morx-table.hh | 219 gdef (*c->gdef_table), in driver_context_t() 221 has_glyph_classes (gdef.has_glyph_classes ()), in driver_context_t() 271 gdef.get_glyph_props (*replacement)); in transition() 298 gdef.get_glyph_props (*replacement)); in transition() 313 const OT::GDEF &gdef; member 613 const OT::GDEF &gdef (*c->gdef_table); in apply() local 614 bool has_glyph_classes = gdef.has_glyph_classes (); in apply() 629 gdef.get_glyph_props (*replacement)); in apply()
|
D | hb-ot-layout-gsubgpos.hh | 607 const GDEF &gdef; member 631 gdef ( in hb_ot_apply_context_t() 638 var_store (gdef.get_var_store ()), in hb_ot_apply_context_t() 645 has_glyph_classes (gdef.has_glyph_classes ()), in hb_ot_apply_context_t() 680 return gdef.mark_set_covers (match_props >> 16, glyph); in match_properties_mark() 732 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index)); in _set_glyph_props()
|
D | hb-ot-layout.cc | 255 const OT::GDEF &gdef = *font->face->table.GDEF->table; in _hb_ot_layout_set_glyph_props() local 259 …_hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint)… in _hb_ot_layout_set_glyph_props()
|
D | Makefile.sources | 88 hb-ot-layout-gdef-table.hh \
|
D | meson.build | 92 'hb-ot-layout-gdef-table.hh',
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/ |
D | layout.gdef-attachlist.tests | 7 keep-gdef.txt
|
D | japanese.tests | 7 keep-gdef.txt
|
D | layout.gdef.tests | 7 keep-gdef-gpos.txt
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svotval.h | 35 FT_Bytes *gdef,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | auto-render.mjs | 208 …Callback || console.error; // Enable sharing of global macros defined via `\gdef` between different
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_o.c | 904 static const GUIDParseTable gdef[] = { variable 1547 g = gdef; in find_guid() 1548 for (j = 0; j < FF_ARRAY_ELEMS(gdef); j++) { in find_guid()
|
/third_party/skia/third_party/harfbuzz/ |
D | BUILD.gn | 153 "$_src/hb-ot-layout-gdef-table.hh",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 11292 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48'… 11294 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81'… 11297 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84'… 11300 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87'… 11303 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='49'… 11313 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='74'… 11321 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170… 11323 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193… 11325 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194… 11328 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195… [all …]
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 17904 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48'… 17907 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81'… 17911 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84'… 17915 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87'… 17919 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='49'… 17936 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='74'… 17949 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170… 17952 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193… 17955 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194… 17959 …/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195… [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.mjs | 13946 // Also the \gdef and \global\def equivalents 13952 throw new ParseError("\\gdef's first argument must be a macro name"); 13988 defineMacro("\\gdef", context => def(context, true)); 14000 // \global\def is equivalent to \gdef 14368 return "\\gdef\\df@tag{\\text{#1}}";
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 4354 gdef
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 7466 `face' and local variables `base', `gdef', `gpos', `gsub', `jstf',
|