HomeSort by relevance Sort by last modified time
    Searched refs:in_seac (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-cff1-interp-cs.hh 47 in_seac = false;
72 void set_in_seac (bool _in_seac) { in_seac = _in_seac; }
78 bool in_seac; member in struct:CFF::CFF1CSInterpEnv
hb-ot-cff1-table.cc 262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in_seac=false);
276 if (likely (!env.in_seac && base && accent
289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in_seac)
298 interp.env.set_in_seac (in_seac);

Completed in 968 milliseconds