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

/inkscape/src/
H A Dsp-lpe-item.cpp352 SPClipPath * clipPath = lpeitem->clip_ref->getObject(); local
353 if(clipPath)
355 sp_lpe_item_create_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild()));
386 SPClipPath * clipPath = lpeitem->clip_ref->getObject(); local
387 if(clipPath)
389 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild()));
408 SPClipPath * clipPath = lpeitem->clip_ref->getObject(); local
409 if(clipPath)
411 sp_lpe_item_cleanup_original_path_recursive(SP_LPE_ITEM(clipPath->firstChild()));
643 SPClipPath *clipPath local
[all...]
H A Dsp-item.cpp556 SPClipPath *clipPath = dynamic_cast<SPClipPath *>(clip); local
557 if (clipPath) {
563 Inkscape::DrawingItem *ai = clipPath->show(
567 clipPath->setBBox(v->arenaitem->key(), bbox);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp268 ClipHistoryEntry(GfxPath *clipPath = NULL, GfxClipType clipType = clipNormal);
276 GfxPath *getClipPath() { return clipPath; }
283 GfxPath *clipPath; // used as the path to be filled for an 'sh' operator member in class:ClipHistoryEntry
3345 clipPath((clipPathA) ? clipPathA->copy() : NULL),
3352 if (clipPath) {
3353 delete clipPath;
3354 clipPath = NULL;
3360 if (clipPath) {
3361 delete clipPath;
3364 clipPath
[all...]

Completed in 66 milliseconds