Lines Matching refs:round

105         *ladx = (int16_t) round(fdx * scale);
184 int dwPxX = round(dwInchesX * 1200.0);
185 int dwPxY = round(dwInchesY * 1200.0);
189 int dwPxX = round(d.width() * 1200.0);
190 int dwPxY = round(d.height() * 1200.0);
566 linewidth = MAX(1, (uint32_t) round(scale * style->stroke_width.computed * PX2WORLD));
958 int32_t const x0 = (int32_t) round(p0[X]);
959 int32_t const y0 = (int32_t) round(p0[Y]);
977 //int32_t const x0 = (int32_t) round(p0[X]);
978 //int32_t const y0 = (int32_t) round(p0[Y]);
979 int32_t const x1 = (int32_t) round(p1[X]);
980 int32_t const y1 = (int32_t) round(p1[Y]);
1001 //int32_t const x0 = (int32_t) round(p0[X]);
1002 //int32_t const y0 = (int32_t) round(p0[Y]);
1003 int32_t const x1 = (int32_t) round(p1[X]);
1004 int32_t const y1 = (int32_t) round(p1[Y]);
1005 int32_t const x2 = (int32_t) round(p2[X]);
1006 int32_t const y2 = (int32_t) round(p2[Y]);
1007 int32_t const x3 = (int32_t) round(p3[X]);
1008 int32_t const y3 = (int32_t) round(p3[Y]);
1143 U_POINT16 Dest = point16_set(round(pLL2[Geom::X] * PX2WORLD), round(pLL2[Geom::Y] * PX2WORLD));
1144 U_POINT16 cDest = point16_set(round(pWH2[Geom::X] * PX2WORLD), round(pWH2[Geom::Y] * PX2WORLD));
1231 *pt16ptr++ = point16_set((int32_t) round(p1[X]), (int32_t) round(p1[Y]));
1238 *pt16ptr++ = point16_set((int32_t) round(p1[X]), (int32_t) round(p1[Y]));
1275 *pt16ptr++ = point16_set((int32_t) round(p1[X]), (int32_t) round(p1[Y]));
1283 *pt16ptr++ = point16_set((int32_t) round(p1[X]), (int32_t) round(p1[Y]));
1397 int irem = ((int) round(rot)) % 900 ;
1400 rot = (double)(((int) round(rot)) - irem);
1415 int textheight = round(-style->font_size.computed * PX2WORLD * std::min(tf.expansionX(), tf.expansionY()));
1434 round(rot),
1435 round(rot),
1509 int32_t const xpos = (int32_t) round(p2[Geom::X]);
1510 int32_t const ypos = (int32_t) round(p2[Geom::Y]);