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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c103 #ifndef SAMPLER_DEFAULT_SIZE
104 #define SAMPLER_DEFAULT_SIZE 24.0 macro
105 #endif /* SAMPLER_DEFAULT_SIZE */
640 if (value == NULL || *value == '\0') t->size = SAMPLER_DEFAULT_SIZE;
643 if (t->size <= 0) t->size = SAMPLER_DEFAULT_SIZE;
821 if (value == NULL || *value == '\0') t->size = SAMPLER_DEFAULT_SIZE;
824 if (t->size <= 0) t->size = SAMPLER_DEFAULT_SIZE;

Completed in 13 milliseconds