Home | History | Annotate | Download | only in truetype

Lines Matching refs:glyphIns

419                           (void*)&load->exec->glyphIns,
427 load->glyph->control_data = load->exec->glyphIns;
429 FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
800 loader->exec->glyphIns, n_ins );
1207 (void*)&loader->exec->glyphIns,
1217 if ( FT_STREAM_READ( loader->exec->glyphIns, n_ins ) )
1220 loader->glyph->control_data = loader->exec->glyphIns;
2348 loader->instructions = exec->glyphIns;