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

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h52 adj.bottomleft,
69 unsigned bottomleft: 1; member in struct:Tracer::PixelGraph::Node::Adj
305 dest->adj.bottomleft = 0;
327 dest->adj.bottomleft = 0;
347 assert((it - _width + 1)->adj.bottomleft);
354 if ( it->adj.bottomleft )
381 it->adj.bottomleft = 1;
403 it->adj.bottomleft = 1;
460 it->adj.bottomleft = 1;
487 top_right->adj.bottomleft
[all...]
H A Dsimplifiedvoronoi.h240 NodeTransform bottomleft,
662 return graph_it->adj.bottomleft;
760 return graph_it->adj.bottomleft;
802 return graph_it->adj.bottomleft;
844 return graph_it->adj.bottomleft;
892 NodeTransform bottomleft,
1005 + ( bottomleft(d_it) - bottomleft(a_it)
1010 + ( bottomleft(a_it) - bottomleft(d_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 20 milliseconds