Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DAnchorFormat2.hh8 struct AnchorFormat2 struct
12 HBUINT16 format; /* Format identifier--format = 2 */
13 FWORD xCoordinate; /* Horizontal value--in design units */
14 FWORD yCoordinate; /* Vertical value--in design units */
15 HBUINT16 anchorPoint; /* Index to glyph contour point */
19 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
25 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
47 AnchorFormat2* copy (hb_serialize_context_t *c) const in copy()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs775 impl<'a> FontRead<'a> for AnchorFormat2<'a> { implementation
787 pub type AnchorFormat2<'a> = TableRef<'a, AnchorFormat2Marker>; typedef
789 impl<'a> AnchorFormat2<'a> { implementation
816 impl<'a> SomeTable<'a> for AnchorFormat2<'a> { implementation
832 impl<'a> std::fmt::Debug for AnchorFormat2<'a> { implementation