|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Public Attributes | |
| struct outline_array | outlines |
| struct face_array | faces |
| struct point2d_index_array | ordered_vertices |
| float | offset_x |
| struct face_array glyphinfo::faces |
Definition at line 5363 of file mesh.c.
Referenced by D3DXCreateTextW(), triangulate(), and triangulation_add_point().
| float glyphinfo::offset_x |
Definition at line 5365 of file mesh.c.
Referenced by compute_text_mesh(), D3DXCreateTextW(), and test_createtext().
| struct point2d_index_array glyphinfo::ordered_vertices |
Definition at line 5364 of file mesh.c.
Referenced by D3DXCreateTextW(), get_ordered_vertex(), triangulate(), and triangulation_get_next_point().
| struct outline_array glyphinfo::outlines |
Definition at line 5362 of file mesh.c.
Referenced by compute_text_mesh(), create_outline(), D3DXCreateTextW(), free_glyphinfo(), and triangulate().