Searched defs:stat (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dege-color-prof-tracker.cpp498 Status stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp ); local
499 if ( stat ) {
519 /* g_message("%d failed XGetWindowAttributes with %d", GPOINTER_TO_INT(data), stat); */
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2074 int stat = wmr_arc_points(rc, ArcStart, ArcEnd,&f1, f2, &center, &start, &end, &size); local
2075 if(!stat){
H A Demf-inout.cpp2691 int stat = emr_arc_points( lpEMFR, &f1, f2, &center, &start, &end, &size); local
2692 if(!stat){
H A Demf-print.cpp913 int stat = 0; local
917 if( Geom::are_near(dot(v1,v2), 1.0, 1e-5)){ stat = 1; }
918 else if(Geom::are_near(dot(v1,v2),-1.0, 1e-5)){ stat = 2; }
919 else if(Geom::are_near(dot(v1,v3), 1.0, 1e-5)){ stat = 3; }
920 else if(Geom::are_near(dot(v1,v3),-1.0, 1e-5)){ stat = 4; }
921 return(stat);

Completed in 47 milliseconds