Searched refs:coord_type (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_math_stroke.h | 53 typedef typename VertexConsumer::value_type coord_type; in stroke_calc_arc() typedef 62 out_vertices.add(coord_type(x + dx1, y + dy1)); in stroke_calc_arc() 70 out_vertices.add(coord_type(x + FXSYS_Mul(width, FXSYS_cos(a1)), in stroke_calc_arc() 81 out_vertices.add(coord_type(x + FXSYS_Mul(width, FXSYS_cos(a1)), in stroke_calc_arc() 86 out_vertices.add(coord_type(x + dx2, y + dy2)); in stroke_calc_arc() 100 typedef typename VertexConsumer::value_type coord_type; in stroke_calc_miter() typedef 112 out_vertices.add(coord_type(xi, yi)); in stroke_calc_miter() 120 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1)); in stroke_calc_miter() 127 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1)); in stroke_calc_miter() 128 out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2)); in stroke_calc_miter() [all …]
|
D | agg_scanline_u.h | 34 typedef int16 coord_type; typedef 36 coord_type x; 37 coord_type len; 77 m_cur_span->x = (coord_type)(x + m_min_x); in add_cell() 88 m_cur_span->len += (coord_type)len; in add_cells() 91 m_cur_span->x = (coord_type)(x + m_min_x); in add_cells() 92 m_cur_span->len = (coord_type)len; in add_cells() 102 m_cur_span->len += (coord_type)len; in add_span() 105 m_cur_span->x = (coord_type)(x + m_min_x); in add_span() 106 m_cur_span->len = (coord_type)len; in add_span()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 219 struct lp_type coord_type; member 362 struct lp_type coord_type,
|
D | lp_bld_sample.c | 272 if (bld->coord_type.length > 4) { in lp_build_rho() 276 int num_quads = bld->coord_type.length / 4; in lp_build_rho() 839 struct lp_type coord_type, in lp_build_extract_image_sizes() argument 850 coord_type, in lp_build_extract_image_sizes() 856 coord_type, in lp_build_extract_image_sizes() 862 coord_type, in lp_build_extract_image_sizes() 889 bld->coord_type, in lp_build_unnormalized_coords()
|
D | lp_bld_sample_soa.c | 622 bld->coord_type, in lp_build_sample_image_nearest() 707 bld->coord_type, in lp_build_sample_image_linear() 1273 bld.coord_type = type; in lp_build_sample_soa() 1287 lp_build_context_init(&bld.coord_bld, gallivm, bld.coord_type); in lp_build_sample_soa() 1449 bld4.coord_type = type4; in lp_build_sample_soa() 1463 lp_build_context_init(&bld4.coord_bld, gallivm, bld4.coord_type); in lp_build_sample_soa()
|
D | lp_bld_sample_aos.c | 665 bld->coord_type, in lp_build_sample_image_nearest_afloat() 1179 bld->coord_type, in lp_build_sample_image_linear_afloat() 1341 if (util_cpu_caps.has_avx && bld->coord_type.length > 4) { in lp_build_sample_mipmap() 1427 if (util_cpu_caps.has_avx && bld->coord_type.length > 4) { in lp_build_sample_mipmap()
|