new_glyph_matrix 1672 src/dispnew.c  	      w->desired_matrix = new_glyph_matrix (f->desired_pool);
new_glyph_matrix 1673 src/dispnew.c  	      w->current_matrix = new_glyph_matrix (f->current_pool);
new_glyph_matrix 1818 src/dispnew.c  	      w->desired_matrix = new_glyph_matrix (NULL);
new_glyph_matrix 1823 src/dispnew.c  	    w->current_matrix = new_glyph_matrix (NULL);
new_glyph_matrix 2055 src/dispnew.c        f->desired_matrix = new_glyph_matrix (f->desired_pool);
new_glyph_matrix 2056 src/dispnew.c        f->current_matrix = new_glyph_matrix (f->current_pool);