OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix_load_identity
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c
98
matrix_load_identity
(&state->path_user_to_surface_matrix);
99
matrix_load_identity
(&state->image_user_to_surface_matrix);
100
matrix_load_identity
(&state->fill_paint_to_user_matrix);
101
matrix_load_identity
(&state->stroke_paint_to_user_matrix);
102
matrix_load_identity
(&state->glyph_user_to_surface_matrix);
api_transform.c
38
matrix_load_identity
(mat);
matrix.h
99
static INLINE void
matrix_load_identity
(struct matrix *matrix)
function
174
matrix_load_identity
(&trans_matrix);
189
matrix_load_identity
(&scale_matrix);
203
matrix_load_identity
(&shear_matrix);
230
matrix_load_identity
(&mat);
path.c
[
all
...]
paint.c
284
matrix_load_identity
(&mat);
340
matrix_load_identity
(&mat);
stroker.c
622
matrix_load_identity
(&matrix);
[
all
...]
arc.c
237
matrix_load_identity
(&matrix);
renderer.c
[
all
...]
Completed in 58 milliseconds