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

  /external/freetype/include/internal/services/
svotval.h 35 FT_Bytes *gdef,
  /external/pdfium/third_party/freetype/include/internal/services/
svotval.h 35 FT_Bytes *gdef,
  /external/harfbuzz_ng/src/
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
175 case GDEF::tableTag:
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); local
181 gdef.has_glyph_classes () ? "" : "no ");
183 gdef.has_mark_attachment_types () ? "" : "no ");
185 gdef.has_attach_points () ? "" : "no ");
187 gdef.has_lig_carets () ? "" : "no ");
189 gdef.has_mark_sets () ? "" : "no ")
    [all...]
hb-ot-layout-private.hh 40 * GDEF
50 /* The following are used internally; not derived from GDEF. */
115 struct GDEF;
142 const struct OT::GDEF *gdef; member in struct:hb_ot_layout_t
173 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
hb-ot-layout-gsubgpos-private.hh 33 #include "hb-ot-layout-gdef-table.hh"
292 const GDEF &gdef; member in struct:OT::hb_apply_context_t
308 gdef (*hb_ot_layout_from_face (face)->gdef),
309 has_glyph_classes (gdef.has_glyph_classes ()),
542 return gdef.mark_set_covers (lookup_props >> 16, glyph);
595 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
753 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize
    [all...]
hb-ot-layout-gsub-table.hh 1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
    [all...]
hb-ot-layout.cc 33 #include "hb-ot-layout-gdef-table.hh"
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob);
101 static inline const OT::GDEF&
104 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF);
105 return *hb_ot_layout_from_face (face)->gdef;
122 * GDEF
  /external/bison/build-aux/
texinfo.tex 117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
119 \ifx\putworderror\undefined \gdef\putworderror{error}\fi
120 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
121 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
122 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
123 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
124 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
125 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
126 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\f
    [all...]
  /external/libxml2/
xmlschemas.c 18891 xmlSchemaModelGroupDefPtr gdef; local
    [all...]

Completed in 2048 milliseconds