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

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h50 adj.bottomright,
67 unsigned bottomright: 1; member in struct:Tracer::PixelGraph::Node::Adj
303 dest->adj.bottomright = 0;
325 dest->adj.bottomright = 0;
350 if ( it->adj.bottomright )
359 assert((it - _width - 1)->adj.bottomright);
379 it->adj.bottomright = 1;
401 it->adj.bottomright = 1;
440 it->adj.bottomright = 1;
477 top_left->adj.bottomright
[all...]
H A Dsimplifiedvoronoi.h238 NodeTransform bottomright,
704 return graph_it->adj.bottomright;
746 return graph_it->adj.bottomright;
788 return graph_it->adj.bottomright;
830 return graph_it->adj.bottomright;
890 NodeTransform bottomright,
906 if ( bottomright(a_it) ) {
972 - ( bottomright(b_it) + topright(d_it) ) * 0.0625,
975 + ( bottomright(b_it) - topright(d_it) ) * 0.0625);
986 - bottomright(b_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 29 milliseconds