Home
last modified time | relevance | path

Searched defs:opbd (Results 1 – 4 of 4) 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()
157 FixedVersion<>version; /* Version number of the optical bounds
159 HBUINT16 format; /* Format of the optical bounds table.
162 union {
165 } u;
/external/freetype/src/gxvalid/
Dgxvopbd.c169 GXV_opbd_Data opbd = &opbdrec; in gxv_opbd_validate() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc63 const int32_t Tag::opbd = TAG('o', 'p', 'b', 'd'); member in sfntly::Tag
Dtag.h81 static const int32_t opbd; member