Home
last modified time | relevance | path

Searched refs:gdef (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c77 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/
H A Dtexinfo.tex118 \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\putwordMethodo
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc33 #include "hb-ot-layout-gdef-table.hh"
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()
H A Dmain.cc341 #include "hb-ot-layout-gdef-table.hh"
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()
H A Dhb-aat-layout-morx-table.hh33 #include "hb-ot-layout-gdef-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()
614 bool has_glyph_classes = gdef.has_glyph_classes (); in apply()
629 gdef.get_glyph_props (*replacement)); in apply()
H A Dhb-ot-layout-gsubgpos.hh38 #include "hb-ot-layout-gdef-table.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()
H A Dhb-ot-layout.cc46 #include "hb-ot-layout-gdef-table.hh"
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()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvotval.h35 FT_Bytes *gdef,
/third_party/ffmpeg/libavformat/
H A Dasfdec_o.c904 static const GUIDParseTable gdef[] = { variable
1547 g = gdef; in find_guid()
1548 for (j = 0; j < FF_ARRAY_ELEMS(gdef); j++) { in find_guid()

Completed in 78 milliseconds