Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Var/VARC/
H A DVARC.hh82 struct VARC struct
86 static constexpr hb_tag_t tableTag = HB_TAG ('V', 'A', 'R', 'C');
89 get_path_at (hb_font_t *font, in get_path_at()
151 get_path (hb_font_t *font, hb_codepoint_t gid, hb_draw_session_t &draw_session) const in get_path()
154 …font_t *font, hb_codepoint_t gid, hb_paint_funcs_t *funcs, void *data, hb_color_t foreground) const in paint_glyph()
163 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
177 FixedVersion<> version; /* Version identifier */
178 Offset32To<Coverage> coverage;
179 Offset32To<MultiItemVariationStore> varStore;
180 Offset32To<ConditionList> conditionList;
[all …]
H A DVARC.cc145 auto &VARC = *font->face->table.VARC; in get_path_at() local