Lines Matching defs:gr
164 U_COLORREF PrintMetafile::avg_stop_color(SPGradient *gr)
167 int last = gr->vector.stops.size() - 1;
173 ops = gr->vector.stops[0 ].opacity;
174 ope = gr->vector.stops[last].opacity;
175 sp_color_get_rgb_floatv(&gr->vector.stops[0 ].color, rgbs);
176 sp_color_get_rgb_floatv(&gr->vector.stops[last].color, rgbe);
325 int PrintMetafile::hold_gradient(void *gr, int mode)
328 gv.grad = gr;
330 SPRadialGradient *rg = (SPRadialGradient *) gr;
341 SPLinearGradient *lg = (SPLinearGradient *) gr;