Lines Matching defs:aImg
231 Inkscape::DrawingItem *aImg = img->get_arenaitem(desktop->dkey);
232 //g_message("img: %d %d %d %d\n", aImg->bbox.x0, aImg->bbox.y0,
233 // aImg->bbox.x1, aImg->bbox.y1);
235 double width = aImg->geometricBounds()->width();
236 double height = aImg->geometricBounds()->height();
262 double ypos = aImg->geometricBounds()->top() + ihscale * (double) row;
266 double xpos = aImg->geometricBounds()->left() + iwscale * (double)col;
268 point *= aImg->transform();