Lines Matching full:component
188 glyph->component = 0;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
255 will copied `num_out' times, otherwise `component' itself will
256 be used to fill the `component' fields.
272 HB_UShort component,
293 if ( component == 0xFFFF )
294 component = buffer->in_string[buffer->in_pos].component;
305 item->component = component;
321 HB_UShort component,
327 &glyph_data, component, ligID );