HomeSort by relevance Sort by last modified time
    Searched refs:coord_type (Results 1 - 12 of 12) sorted by null

  /external/pdfium/third_party/agg23/
agg_scanline_u.h 34 typedef int16 coord_type; typedef in class:agg::scanline_u
36 coord_type x;
37 coord_type len;
77 m_cur_span->x = (coord_type)(x + m_min_x);
88 m_cur_span->len += (coord_type)len;
91 m_cur_span->x = (coord_type)(x + m_min_x);
92 m_cur_span->len = (coord_type)len;
102 m_cur_span->len += (coord_type)len;
105 m_cur_span->x = (coord_type)(x + m_min_x);
106 m_cur_span->len = (coord_type)len
    [all...]
agg_math_stroke.h 53 typedef typename VertexConsumer::value_type coord_type; typedef
62 out_vertices.add(coord_type(x + dx1, y + dy1));
71 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)),
82 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)),
88 out_vertices.add(coord_type(x + dx2, y + dy2));
102 typedef typename VertexConsumer::value_type coord_type;
114 out_vertices.add(coord_type(xi, yi));
122 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
129 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
130 out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 336 struct lp_type coord_type; member in struct:lp_build_sample_context
539 struct lp_type coord_type,
lp_bld_sample.c 456 if (bld->coord_type.length > 4) {
751 if (bld->num_lods != bld->coord_type.length)
825 if (bld->num_lods != bld->coord_type.length)
    [all...]
lp_bld_sample_aos.c 770 bld->coord_type,
    [all...]
lp_bld_sample_soa.c 749 bld->coord_type,
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 535 .COORD_TYPE_X(bc.coord_type[0])
536 .COORD_TYPE_Y(bc.coord_type[1])
537 .COORD_TYPE_Z(bc.coord_type[2])
538 .COORD_TYPE_W(bc.coord_type[3])
sb_bc_decoder.cpp 466 bc.coord_type[0] = w1.get_COORD_TYPE_X();
467 bc.coord_type[1] = w1.get_COORD_TYPE_Y();
468 bc.coord_type[2] = w1.get_COORD_TYPE_Z();
469 bc.coord_type[3] = w1.get_COORD_TYPE_W();
sb_bc.h 557 unsigned coord_type[4]; member in struct:r600_sb::bc_fetch
sb_bc_dump.cpp 509 s << (n.bc.coord_type[k] ? "N" : "U");
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 786 const glsl_type *coord_type,
792 const glsl_type *coord_type,
    [all...]

Completed in 200 milliseconds