new_glyph_matrix 1666 src/dispnew.c w->desired_matrix = new_glyph_matrix (f->desired_pool); new_glyph_matrix 1667 src/dispnew.c w->current_matrix = new_glyph_matrix (f->current_pool); new_glyph_matrix 1812 src/dispnew.c w->desired_matrix = new_glyph_matrix (NULL); new_glyph_matrix 1817 src/dispnew.c w->current_matrix = new_glyph_matrix (NULL); new_glyph_matrix 2049 src/dispnew.c f->desired_matrix = new_glyph_matrix (f->desired_pool); new_glyph_matrix 2050 src/dispnew.c f->current_matrix = new_glyph_matrix (f->current_pool);