Searched defs:ictx (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/
H A Dsp-line.cpp76 SPItemCtx const *ictx = (SPItemCtx const *) ctx; local
77 double const w = ictx->viewport.width();
78 double const h = ictx->viewport.height();
H A Dviewbox.cpp242 SPItemCtx SPViewBox::get_rctx(const SPItemCtx* ictx, double scale_none) { argument
245 SPItemCtx rctx = *ictx;
H A Dsp-filter-primitive.cpp140 SPItemCtx *ictx = (SPItemCtx *) ctx; local
148 this->x.computed = this->x.value * ictx->viewport.width();
153 this->y.computed = this->y.value * ictx->viewport.height();
158 this->width.computed = this->width.value * ictx->viewport.width();
163 this->height.computed = this->height.value * ictx->viewport.height();
H A Dsp-flowdiv.cpp20 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx); local
21 SPItemCtx cctx = *ictx;
44 cctx.i2doc = chi.transform * ictx->i2doc;
45 cctx.i2vp = chi.transform * ictx->i2vp;
161 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx); local
162 SPItemCtx cctx = *ictx;
185 cctx.i2doc = chi.transform * ictx->i2doc;
186 cctx.i2vp = chi.transform * ictx->i2vp;
298 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx); local
299 SPItemCtx cctx = *ictx;
[all...]
H A Dsp-root.cpp210 SPItemCtx const *ictx = (SPItemCtx const *) ctx; local
262 this->x.computed = this->x.value * ictx->viewport.width();
266 this->y.computed = this->y.value * ictx->viewport.height();
270 this->width.computed = this->width.value * ictx->viewport.width();
274 this->height.computed = this->height.value * ictx->viewport.height();
284 SPItemCtx rctx = *ictx;
H A Dsp-symbol.cpp74 SPItemCtx *ictx = (SPItemCtx *) ctx; local
75 SPItemCtx rctx = get_rctx( ictx );
H A Dsp-filter.cpp210 SPItemCtx *ictx = (SPItemCtx *) ctx; local
218 this->x.computed = this->x.value * ictx->viewport.width();
223 this->y.computed = this->y.value * ictx->viewport.height();
228 this->width.computed = this->width.value * ictx->viewport.width();
233 this->height.computed = this->height.value * ictx->viewport.height();
H A Dsp-flowregion.cpp55 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx); local
56 SPItemCtx cctx = *ictx;
82 cctx.i2doc = chi.transform * ictx->i2doc;
83 cctx.i2vp = chi.transform * ictx->i2vp;
211 SPItemCtx *ictx = reinterpret_cast<SPItemCtx *>(ctx); local
212 SPItemCtx cctx = *ictx;
240 cctx.i2doc = chi.transform * ictx->i2doc;
241 cctx.i2vp = chi.transform * ictx->i2vp;
H A Dsp-hatch-path.cpp134 SPItemCtx *ictx = static_cast<SPItemCtx *>(ctx); local
135 double const aw = (ictx) ? 1.0 / ictx->i2vp.descrim() : 1.0;
H A Dsp-marker.cpp196 SPItemCtx ictx; local
199 ictx.flags = ctx->flags;
202 ictx.i2doc = Geom::identity();
203 ictx.i2vp = Geom::identity();
206 ictx.viewport = Geom::Rect::from_xywh(0, 0, this->markerWidth.computed, this->markerHeight.computed);
208 SPItemCtx rctx = get_rctx( &ictx );
H A Dsp-tspan.cpp111 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx); local
113 double const w = ictx->viewport.width();
114 double const h = ictx->viewport.height();
326 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx); local
328 double const w = ictx->viewport.width();
329 double const h = ictx->viewport.height();
H A Dsp-rect.cpp114 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx); local
116 double const w = ictx->viewport.width();
117 double const h = ictx->viewport.height();
H A Dsp-use.cpp583 SPItemCtx *ictx = (SPItemCtx *) ctx; local
584 SPItemCtx cctx = *ictx;
595 this->x.computed = this->x.value * ictx->viewport.width();
599 this->y.computed = this->y.value * ictx->viewport.height();
603 this->width.computed = this->width.value * ictx->viewport.width();
607 this->height.computed = this->height.value * ictx->viewport.height();
624 cctx.i2doc = chi->transform * ictx->i2doc;
625 cctx.i2vp = chi->transform * ictx->i2vp;
H A Dsp-image.cpp353 SPItemCtx *ictx = (SPItemCtx *) ctx; local
383 this->x.computed = this->x.value * ictx->viewport.width();
387 this->y.computed = this->y.value * ictx->viewport.height();
391 this->width.computed = this->width.value * ictx->viewport.width();
395 this->height.computed = this->height.value * ictx->viewport.height();
399 ictx->viewport= Geom::Rect::from_xywh( this->x.computed, this->y.computed,
402 this->clipbox = ictx->viewport;
414 get_rctx( ictx );
H A Dsp-shape.cpp143 SPItemCtx *ictx = (SPItemCtx *) ctx; local
144 double const aw = 1.0 / ictx->i2vp.descrim();
H A Dsp-flowtext.cpp62 SPItemCtx *ictx = (SPItemCtx *) ctx; local
63 SPItemCtx cctx = *ictx;
89 cctx.i2doc = chi.transform * ictx->i2doc;
90 cctx.i2vp = chi.transform * ictx->i2vp;
H A Dsp-item-group.cpp153 SPItemCtx *ictx, cctx; local
155 ictx = (SPItemCtx *) ctx;
156 cctx = *ictx;
171 cctx.i2doc = item->transform * ictx->i2doc;
172 cctx.i2vp = item->transform * ictx->i2vp;
H A Dsp-text.cpp185 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx); local
187 double const w = ictx->viewport.width();
188 double const h = ictx->viewport.height();
H A Dsp-item.cpp653 SPItemCtx const *ictx = reinterpret_cast<SPItemCtx const *>(ctx); local
659 viewport = ictx->viewport; // Cache viewport

Completed in 171 milliseconds