Home | History | Annotate | Download | only in src

Lines Matching full:num_glyphs

640 			 unsigned int num_glyphs)
644 glyphArray.len.set (num_glyphs);
646 for (unsigned int i = 0; i < num_glyphs; i++)
648 glyphs.advance (num_glyphs);
708 unsigned int num_glyphs)
713 if (unlikely (!num_glyphs)) return TRACE_RETURN (true);
716 for (unsigned int i = 1; i < num_glyphs; i++)
725 for (unsigned int i = 1; i < num_glyphs; i++)
734 glyphs.advance (num_glyphs);
817 unsigned int num_glyphs)
822 for (unsigned int i = 1; i < num_glyphs; i++)
825 u.format.set (num_glyphs * 2 < num_ranges * 3 ? 1 : 2);
827 case 1: return TRACE_RETURN (u.format1.serialize (c, glyphs, num_glyphs));
828 case 2: return TRACE_RETURN (u.format2.serialize (c, glyphs, num_glyphs));