Home
last modified time | relevance | path

Searched refs:glyph_user_to_surface_matrix (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_state.c102 matrix_load_identity(&state->glyph_user_to_surface_matrix); in vg_init_state()
118 return &state->glyph_user_to_surface_matrix; in vg_state_matrix()
Dvg_state.h100 struct matrix glyph_user_to_surface_matrix; member
Dtext.c100 m = state->glyph_user_to_surface_matrix; in vg_render_glyph()