Searched refs:display_method (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Drenderhints.cc52 display_method = N_FILL;
69 if( display_method == N_FILL ) {
72 } else if( display_method == N_OUTLINE_TRI ) {
75 } else if( display_method == N_OUTLINE_QUAD ) {
103 return display_method;
121 display_method = value;
H A Drenderhints.h49 REAL display_method; /* display mode */ member in class:Renderhints
H A Dsubdivider.cc229 int optimize = (is_domain_distance_sampling && (renderhints.display_method != N_OUTLINE_PATCH));
374 if( renderhints.display_method == N_OUTLINE_PARAM ) {
403 } else if( renderhints.display_method == N_OUTLINE_PARAM_S ) {
434 } else if( renderhints.display_method == N_OUTLINE_PARAM_ST ) {
484 if( renderhints.display_method == N_OUTLINE_PATCH ) {
553 if( renderhints.display_method == N_OUTLINE_SUBDIV ) {
607 if( renderhints.display_method == N_OUTLINE_SUBDIV_S ) {
636 if( renderhints.display_method == N_OUTLINE_SUBDIV_ST ) {
800 slicer.setisolines( ( renderhints.display_method == N_ISOLINE_S ) ? 1 : 0 );

Completed in 3 milliseconds