Searched defs:pending (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dicon-preview.h65 bool pending; member in class:Inkscape::UI::Dialog::IconPreviewPanel
/inkscape/src/livarot/
H A Dfloat-line.cpp405 * of which there are "pending".
407 float FloatLigne::RemainingValAt(float at, int pending) argument
423 for (int i=0; i < pending; i++) {
460 int pending = 0; local
482 // we need to remove the boundary that started this coverage portion for the pending list
486 if ( k >= 0 && k < pending ) {
488 bords[k].pend_ind = bords[pending - 1].pend_ind;
494 // one less portion pending
495 pending--;
506 bords[pending]
[all...]
H A DShape.h439 int pending; // number of intersection attached to this edge, and also used when sorting arrays member in struct:Shape::point_data

Completed in 18 milliseconds