Searched defs:topright (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h48 adj.topright,
65 unsigned topright: 1; member in struct:Tracer::PixelGraph::Node::Adj
301 dest->adj.topright = 0;
323 dest->adj.topright = 0;
346 if ( it->adj.topright )
355 assert((it + _width - 1)->adj.topright);
377 it->adj.topright = 1;
425 it->adj.topright = 1;
438 it->adj.topright = 1;
497 down_left->adj.topright
[all...]
H A Dsimplifiedvoronoi.h207 * If you want to use it with another directions (topleft, topright, ...)
236 NodeTransform topright,
690 return graph_it->adj.topright;
732 return graph_it->adj.topright;
774 return graph_it->adj.topright;
872 return graph_it->adj.topright;
888 NodeTransform topright,
943 - ( topright(a_it) - topleft(b_it) ) * 0.1875 ),
946 - ( topright(a_it) + topleft(b_it) ) * 0.1875 ));
957 - ( topright(a_i
881 _genericComplexBottomRight(PixelGraph::const_iterator a_it, PixelGraph::const_iterator b_it, PixelGraph::const_iterator c_it, PixelGraph::const_iterator d_it, Cell *const cells_it, int x, int y, PointTransform transform, NodeTransform, NodeTransform topright, NodeTransform right, NodeTransform bottomright, NodeTransform bottom, NodeTransform bottomleft, NodeTransform, NodeTransform topleft) argument
[all...]

Completed in 304 milliseconds