Searched refs:descr_doing_subpath (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/livarot/
H A DPath.cpp80 descr_flags &= ~(descr_doing_subpath);
90 if ( (descr_flags & descr_doing_subpath) == 0 ) {
122 if ( descr_flags & descr_doing_subpath ) {
131 descr_flags &= ~(descr_doing_subpath);
142 if ( descr_flags & descr_doing_subpath ) {
149 descr_flags |= descr_doing_subpath;
172 if (!( descr_flags & descr_doing_subpath )) {
199 if ( (descr_flags & descr_doing_subpath) == 0) {
228 if ( (descr_flags & descr_doing_subpath) == 0 ) {
258 if ( (descr_flags & descr_doing_subpath)
[all...]
H A DPathConversion.cpp27 if ( descr_flags & descr_doing_subpath ) {
190 if ( descr_flags & descr_doing_subpath ) {
405 if ( descr_flags & descr_doing_subpath ) {
H A DPathOutline.cpp29 if ( descr_flags & descr_doing_subpath ) {
207 if (descr_flags & descr_doing_subpath) {
232 if ( descr_flags & descr_doing_subpath ) {
H A DPath.h63 descr_doing_subpath = 2, // we're doing a path, so there is a moveto somewhere enumerator in enum:Path::__anon405
H A DPathCutting.cpp1129 descr_flags |= descr_doing_subpath; // see LP Bug 166302
H A DPathSimplify.cpp1165 if ( descr_flags & descr_doing_subpath ) {

Completed in 265 milliseconds