Searched refs:SPItemCtx (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/
H A Dviewbox.h21 class SPItemCtx;
46 SPItemCtx get_rctx( const SPItemCtx* ictx, double scale_none = 1.0);
H A Dsp-symbol.cpp74 SPItemCtx *ictx = (SPItemCtx *) ctx;
75 SPItemCtx rctx = get_rctx( ictx );
H A Dsp-flowdiv.cpp20 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx);
21 SPItemCtx cctx = *ictx;
161 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx);
162 SPItemCtx cctx = *ictx;
298 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx);
299 SPItemCtx cctx = *ictx;
H A Dsp-flowregion.cpp55 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx);
56 SPItemCtx cctx = *ictx;
211 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx);
212 SPItemCtx cctx = *ictx;
H A Dsp-line.cpp76 SPItemCtx const *ictx = (SPItemCtx const *) ctx;
H A Dviewbox.cpp242 SPItemCtx SPViewBox::get_rctx(const SPItemCtx* ictx, double scale_none) {
245 SPItemCtx rctx = *ictx;
H A Dsp-root.cpp210 SPItemCtx const *ictx = (SPItemCtx const *) ctx;
284 SPItemCtx rctx = *ictx;
H A Dsp-tspan.cpp111 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx);
326 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx);
H A Dsp-filter-primitive.cpp140 SPItemCtx *ictx = (SPItemCtx *) ctx;
H A Ddocument.h61 class SPItemCtx;
279 void setupViewport(SPItemCtx *ctx);
H A Dsp-hatch-path.cpp134 SPItemCtx *ictx = static_cast<SPItemCtx *>(ctx);
H A Dsp-use.cpp583 SPItemCtx *ictx = (SPItemCtx *) ctx;
584 SPItemCtx cctx = *ictx;
H A Dsp-filter.cpp210 SPItemCtx *ictx = (SPItemCtx *) ctx;
H A Dsp-marker.cpp196 SPItemCtx ictx;
208 SPItemCtx rctx = get_rctx( &ictx );
H A Dsp-item.h6 * Some things pertinent to all visible shapes: SPItem, SPItemView, SPItemCtx, SPItemClass, SPEvent.
105 class SPItemCtx : public SPCtx { class in inherits:SPCtx
H A Dsp-image.cpp353 SPItemCtx *ictx = (SPItemCtx *) ctx;
413 // SPItemCtx rctx =
H A Dsp-rect.cpp114 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx);
H A Dsp-flowtext.cpp62 SPItemCtx *ictx = (SPItemCtx *) ctx;
63 SPItemCtx cctx = *ictx;
H A Dsp-item-group.cpp153 SPItemCtx *ictx, cctx;
155 ictx = (SPItemCtx *) ctx;
H A Dsp-ellipse.cpp191 Geom::Rect const &viewbox = ((SPItemCtx const *) ctx)->viewport;
H A Dsp-shape.cpp143 SPItemCtx *ictx = (SPItemCtx *) ctx;
H A Dsp-text.cpp185 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx);
H A Ddocument.cpp1135 void SPDocument::setupViewport(SPItemCtx *ctx)
1159 SPItemCtx ctx;
H A Dsp-item.cpp653 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx);

Completed in 720 milliseconds