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

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp1014 double bbox_height_scaler; local
1020 bbox_height_scaler = pbox->height();
1022 ps2user[5] = y * bbox_height_scaler + pbox->top();
1025 bbox_height_scaler = 1.0;
1043 h = height * bbox_height_scaler;
1061 double surface_height = MAX(ceil(SUBPIX_SCALE * bbox_height_scaler * height - 0.5), 1);
1069 double scale_height = surface_height / (bbox_height_scaler * height);

Completed in 23 milliseconds