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

/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h54 adj.topleft
71 unsigned topleft: 1; member in struct:Tracer::PixelGraph::Node::Adj
307 dest->adj.topleft = 0;
329 dest->adj.topleft = 0;
351 assert((it + _width + 1)->adj.topleft);
358 if ( it->adj.topleft )
383 it->adj.topleft = 1;
423 it->adj.topleft = 1;
462 it->adj.topleft = 1;
504 down_right->adj.topleft
[all...]
H A Dsimplifiedvoronoi.h207 * If you want to use it with another directions (topleft, topright, ...)
242 NodeTransform topleft);
676 return graph_it->adj.topleft;
718 return graph_it->adj.topleft;
816 return graph_it->adj.topleft;
858 return graph_it->adj.topleft;
894 NodeTransform topleft)
943 - ( topright(a_it) - topleft(b_it) ) * 0.1875 ),
946 - ( topright(a_it) + topleft(b_it) ) * 0.1875 ));
957 - ( topright(a_it) - topleft(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 13 milliseconds