Home
last modified time | relevance | path

Searched defs:qFuzzyIsNull (Results 1 – 18 of 18) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Dlibdxfrw.cpp561 if (not qFuzzyIsNull(ent->basePoint.z)) { in writePoint() local
648 if (not qFuzzyIsNull(ent->basePoint.z)) { in writeCircle() local
663 if (not qFuzzyIsNull(ent->basePoint.z)) { in writeArc() local
777 if (not qFuzzyIsNull(ent->elevation)) in writeLWPolyline() local
789 if (not qFuzzyIsNull(v->bulge)) in writeLWPolyline() local
814 if (not qFuzzyIsNull(ent->thickness)) { in writePolyline() local
867 if (not qFuzzyIsNull(v->stawidth)) in writePolyline() local
869 if (not qFuzzyIsNull(v->endwidth)) in writePolyline() local
871 if (not qFuzzyIsNull(v->bulge)) in writePolyline() local
1283 if (not qFuzzyIsNull(ent->basePoint.z)) in writeViewport() local
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/visualization/path/
H A Dvistoolcutsplinepath.cpp70 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolcutarc.cpp69 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolarcwithlength.cpp61 if (not qFuzzyIsNull(radius) && f1 >= 0 && not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolarc.cpp61 if (not qFuzzyIsNull(radius) && f1 >= 0 && f2 >= 0) in RefreshGeometry() local
H A Dvistoolcutspline.cpp71 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolellipticalarc.cpp58 …if (not qFuzzyIsNull(radius1) && not qFuzzyIsNull(radius2) && f1 >= 0 && f2 >= 0 && rotationAngle … in RefreshGeometry() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/visualization/line/
H A Dvistoolalongline.cpp110 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolpointofcontact.cpp81 if (not qFuzzyIsNull(radius)) in RefreshGeometry() local
H A Dvistoolshoulderpoint.cpp92 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
H A Dvistoolbisector.cpp108 if (not qFuzzyIsNull(length)) in RefreshGeometry() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/
H A Dvtooluniondetails.cpp405 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddNodePoint() local
441 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddPin() local
475 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddPlaceLabel() local
519 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddNodeArc() local
571 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddNodeElArc() local
628 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddNodeSpline() local
678 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in AddNodeSplinePath() local
946 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in UpdateNodePoint() local
962 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in UpdateNodeArc() local
989 if (not qFuzzyIsNull(dx) || not qFuzzyIsNull(dy) || pRotate != NULL_ID) in UpdateNodeElArc() local
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/xml/
H A Dvvitconverter.cpp223 if (not qFuzzyIsNull(value)) in ConvertMeasurementsToV0_3_0() local
H A Dvvstconverter.cpp238 if (not qFuzzyIsNull(value)) in ConvertMeasurementsToV0_4_0() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vpatterndb/
H A Dvnodedetail.cpp253 if (not qFuzzyIsNull(node.getMx()) || not qFuzzyIsNull(node.getMy())) in Convert() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvposition.cpp520 if (not qFuzzyIsNull(angle_between) || not qFuzzyCompare(angle_between, 360)) in CombineEdges() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/
H A Dvmeasurements.cpp767 if (not qFuzzyIsNull(value)) in SetMCorrectionValue() local
/dports/graphics/krita/krita-4.4.8/plugins/impex/exr/
H A Dexr_converter.cc242 static inline bool qFuzzyIsNull(half h) in qFuzzyIsNull() function