Searched refs:GDEF (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dmain.cc175 case GDEF::tableTag:
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset);
H A Dhb-ot-layout-private.hh40 * GDEF
50 /* The following are used internally; not derived from GDEF. */
115 struct GDEF;
143 const struct OT::GDEF *gdef;
174 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
H A Dhb-ot-layout.cc53 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);
122 * GDEF
H A Dhb-ot-layout-gdef-table.hh322 * GDEF -- The Glyph Definition Table
325 struct GDEF struct in namespace:OT
402 FixedVersion version; /* Version of the GDEF table--currently
407 * GDEF header (may be Null) */
411 * of GDEF header (may be Null) */
415 * of GDEF header (may be Null) */
419 * of GDEF header (may be Null) */
422 * definitions--from beginning of GDEF
H A Dhb-ot-layout-gsub-table.hh1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef;
H A Dhb-ot-layout-gsubgpos-private.hh273 const GDEF &gdef;
734 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize
/external/harfbuzz_ng/src/
H A Dmain.cc175 case GDEF::tableTag:
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset);
H A Dhb-ot-layout-private.hh40 * GDEF
50 /* The following are used internally; not derived from GDEF. */
115 struct GDEF;
143 const struct OT::GDEF *gdef;
174 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
H A Dhb-ot-layout.cc53 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);
122 * GDEF
H A Dhb-ot-layout-gdef-table.hh322 * GDEF -- The Glyph Definition Table
325 struct GDEF struct in namespace:OT
402 FixedVersion version; /* Version of the GDEF table--currently
407 * GDEF header (may be Null) */
411 * of GDEF header (may be Null) */
415 * of GDEF header (may be Null) */
419 * of GDEF header (may be Null) */
422 * definitions--from beginning of GDEF
H A Dhb-ot-layout-gsub-table.hh1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef;
H A Dhb-ot-layout-gsubgpos-private.hh273 const GDEF &gdef;
734 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.h60 static const int32_t GDEF; member in struct:sfntly::Tag
H A Dtag.cc46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in class:sfntly::Tag
/external/sfntly/cpp/src/sfntly/
H A Dtag.h60 static const int32_t GDEF; member in struct:sfntly::Tag
H A Dtag.cc46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in class:sfntly::Tag
/external/chromium_org/third_party/ots/src/
H A Dots.h193 F(gdef, GDEF) \
/external/fonttools/Lib/fontTools/
H A Dmerge.py425 otTables.GDEF.mergeMap = {
435 ttLib.getTableClass('GDEF').mergeMap = \
801 GDEF = font.get('GDEF')
819 # TODO GDEF/Lookup MarkFilteringSets
826 GDEF = font.get('GDEF')
845 # TODO GDEF/Lookup MarkFilteringSets
/external/fonttools/Tools/fontTools/
H A Dmerge.py425 otTables.GDEF.mergeMap = {
435 ttLib.getTableClass('GDEF').mergeMap = \
801 GDEF = font.get('GDEF')
819 # TODO GDEF/Lookup MarkFilteringSets
826 GDEF = font.get('GDEF')
845 # TODO GDEF/Lookup MarkFilteringSets

Completed in 871 milliseconds