Lines Matching refs:glyphs
292 glyphs (glyphs_),
298 if (!flat_charstrings.resize (glyphs.len))
300 for (unsigned int i = 0; i < glyphs.len; i++)
302 for (unsigned int i = 0; i < glyphs.len; i++)
304 hb_codepoint_t glyph = glyphs[i];
319 const hb_vector_t<hb_codepoint_t> &glyphs;
650 bool subset (ACC &acc, const hb_vector_t<hb_codepoint_t> &glyphs, bool drop_hints)
655 parsed_charstrings.init (glyphs.len);
666 for (unsigned int i = 0; i < glyphs.len; i++)
668 hb_codepoint_t glyph = glyphs[i];
693 for (unsigned int i = 0; i < glyphs.len; i++)
695 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]);
715 for (unsigned int i = 0; i < glyphs.len; i++)
717 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]);
734 bool encode_charstrings (ACC &acc, const hb_vector_t<hb_codepoint_t> &glyphs, StrBuffArray &buffArray) const
736 if (unlikely (!buffArray.resize (glyphs.len)))
738 for (unsigned int i = 0; i < glyphs.len; i++)
740 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]);
974 hb_plan_subset_cff_fdselect (const hb_vector_t<hb_codepoint_t> &glyphs,