Home | History | Annotate | Download | only in src

Lines Matching refs:accent

273     hb_codepoint_t accent = param.cff->std_code_to_glyph (env.argStack[n-1].to_int ());
276 if (likely (!env.in_seac && base && accent
278 && _get_bounds (param.cff, accent, accent_bounds, true)))
343 accent = 0;
346 bool has_seac () const { return base && accent; }
350 hb_codepoint_t accent;
362 param.accent = param.cff->std_code_to_glyph (accent_char);
366 bool OT::cff1::accelerator_t::get_seac_components (hb_codepoint_t glyph, hb_codepoint_t *base, hb_codepoint_t *accent) const
381 *accent = param.accent;