Home
last modified time | relevance | path

Searched defs:opbd (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-opbd-table.hh127 struct opbd struct
129 static constexpr hb_tag_t tableTag = HB_AAT_TAG_opbd;
131 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds()
142 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
158 FixedVersion<>version; /* Version number of the optical bounds
160 HBUINT16 format; /* Format of the optical bounds table.
163 union {
166 } u;
/external/freetype/src/gxvalid/
Dgxvopbd.c169 GXV_opbd_Data opbd = &opbdrec; in gxv_opbd_validate() local