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

/inkscape/src/ui/tools/
H A Ddynamic-base.h33 #define SAMPLING_SIZE 8 /* fixme: ?? */ macro
65 Geom::Point point1[SAMPLING_SIZE];
68 Geom::Point point2[SAMPLING_SIZE];
H A Dtweak-tool.h18 #define SAMPLING_SIZE 8 /* fixme: ?? */ macro
H A Dspray-tool.h37 #define SAMPLING_SIZE 8 /* fixme: ?? */ macro
H A Dcalligraphic-tool.cpp346 g_assert( this->npoints >= 0 && this->npoints < SAMPLING_SIZE );
1046 if (!( this->npoints > 0 && this->npoints < SAMPLING_SIZE )) {
1050 if ( this->npoints == SAMPLING_SIZE - 1 || release ) {
H A Deraser-tool.cpp294 g_assert( this->npoints >= 0 && this->npoints < SAMPLING_SIZE );
899 if (!( this->npoints > 0 && this->npoints < SAMPLING_SIZE ))
902 if ( this->npoints == SAMPLING_SIZE - 1 || release ) {

Completed in 1134 milliseconds