Lines Matching refs:patch
163 SPMeshPatchI patch( &(my_array->nodes), i, j );
166 cairo_mesh_pattern_move_to( cp, patch.getPoint( 0, 0 )[X], patch.getPoint( 0, 0 )[Y] );
171 << patch.getPathType( k ) << " (";
173 std::cout << patch.getPoint( k, p );
176 << patch.getColor( k ).toString() << std::endl;
179 switch ( patch.getPathType( k ) ) {
185 patch.getPoint( k, 3 )[X],
186 patch.getPoint( k, 3 )[Y] );
191 std::vector< Geom::Point > pts = patch.getPointsForSide( k );
203 if( patch.tensorIsSet(k) ) {
205 Geom::Point t = patch.getTensorPoint(k);
210 // Geom::Point t = patch.coonsTensorPoint(k);
217 patch.getColor( k ).v.c[0],
218 patch.getColor( k ).v.c[1],
219 patch.getColor( k ).v.c[2],
220 patch.getOpacity( k ) * opacity );