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

/haiku/src/libs/agg/src/
H A Dagg_arrowhead.cpp56 m_coord[0] = m_tail_d1; m_coord[1] = 0.0;
57 m_coord[2] = m_tail_d1 - m_tail_d4; m_coord[3] = m_tail_d3;
58 m_coord[4] = -m_tail_d2 - m_tail_d4; m_coord[5] = m_tail_d3;
59 m_coord[6] = -m_tail_d2; m_coord[7] = 0.0;
60 m_coord[8] = -m_tail_d2 - m_tail_d4; m_coord[
[all...]
/haiku/headers/libs/agg/
H A Dagg_span_gouraud.h62 m_coord[0].color = c1;
63 m_coord[1].color = c2;
64 m_coord[2].color = c3;
79 m_coord[0].x = m_x[0] = x1;
80 m_coord[0].y = m_y[0] = y1;
81 m_coord[1].x = m_x[1] = x2;
82 m_coord[1].y = m_y[1] = y2;
83 m_coord[2].x = m_x[2] = x3;
84 m_coord[2].y = m_y[2] = y3;
92 dilate_triangle(m_coord[
162 coord_type m_coord[3]; member in class:agg::span_gouraud
[all...]
H A Dagg_arrowhead.h74 double m_coord[16]; member in class:agg::arrowhead
H A Dagg_path_storage.h550 line_adaptor() : m_line(m_coord, 2, false) {}
552 m_line(m_coord, 2, false)
554 m_coord[0] = x1;
555 m_coord[1] = y1;
556 m_coord[2] = x2;
557 m_coord[3] = y2;
562 m_coord[0] = x1;
563 m_coord[1] = y1;
564 m_coord[2] = x2;
565 m_coord[
580 double m_coord[4]; member in class:agg::line_adaptor
[all...]

Completed in 97 milliseconds