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

/inkscape/src/
H A Dsp-mesh-array.cpp203 type = (*nodes)[ row ][ col+1 ]->path_type;
206 type = (*nodes)[ row+1 ][ col+3 ]->path_type;
209 type = (*nodes)[ row+3 ][ col+2 ]->path_type;
212 type = (*nodes)[ row+2 ][ col ]->path_type;
228 (*nodes)[ row ][ col+1 ]->path_type = t;
229 (*nodes)[ row ][ col+2 ]->path_type = t;
232 (*nodes)[ row+1 ][ col+3 ]->path_type = t;
233 (*nodes)[ row+2 ][ col+3 ]->path_type = t;
236 (*nodes)[ row+3 ][ col+1 ]->path_type = t;
237 (*nodes)[ row+3 ][ col+2 ]->path_type
[all...]
H A Dsp-mesh-array.h96 path_type = 'u';
104 char path_type; member in class:SPMeshNode

Completed in 185 milliseconds