Symbol: coord_type
headers/libs/agg/agg_math_stroke.h
170
out_vertices.add(coord_type(x + dx1, y + dy1));
headers/libs/agg/agg_math_stroke.h
179
out_vertices.add(coord_type(x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
192
out_vertices.add(coord_type(x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
197
out_vertices.add(coord_type(x + dx2, y + dy2));
headers/libs/agg/agg_math_stroke.h
229
out_vertices.add(coord_type(xi, yi));
headers/libs/agg/agg_math_stroke.h
251
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
267
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
268
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
279
out_vertices.add(coord_type(v1.x + dx1 + dy1 * ml,
headers/libs/agg/agg_math_stroke.h
281
out_vertices.add(coord_type(v1.x + dx2 - dy2 * ml,
headers/libs/agg/agg_math_stroke.h
312
out_vertices.add(coord_type(v0.x - dx1 - dx2, v0.y + dy1 - dy2));
headers/libs/agg/agg_math_stroke.h
313
out_vertices.add(coord_type(v0.x + dx1 - dx2, v0.y - dy1 - dy2));
headers/libs/agg/agg_math_stroke.h
323
out_vertices.add(coord_type(v0.x - dx1, v0.y + dy1));
headers/libs/agg/agg_math_stroke.h
330
out_vertices.add(coord_type(v0.x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
341
out_vertices.add(coord_type(v0.x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
346
out_vertices.add(coord_type(v0.x + dx1, v0.y - dy1));
headers/libs/agg/agg_math_stroke.h
384
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
385
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
410
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
411
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
412
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
416
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
417
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
419
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
420
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
476
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
477
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_rasterizer_compound_aa.h
281
coord_type m_start_x;
headers/libs/agg/agg_rasterizer_compound_aa.h
282
coord_type m_start_y;
headers/libs/agg/agg_rasterizer_compound_aa.h
91
typedef typename Clip::coord_type coord_type;
headers/libs/agg/agg_rasterizer_scanline_aa.h
113
typedef typename Clip::coord_type coord_type;
headers/libs/agg/agg_rasterizer_scanline_aa.h
306
coord_type m_start_x;
headers/libs/agg/agg_rasterizer_scanline_aa.h
307
coord_type m_start_y;
headers/libs/agg/agg_rasterizer_sl_clip.h
110
typedef typename Conv::coord_type coord_type;
headers/libs/agg/agg_rasterizer_sl_clip.h
111
typedef rect_base<coord_type> rect_type;
headers/libs/agg/agg_rasterizer_sl_clip.h
129
void clip_box(coord_type x1, coord_type y1, coord_type x2, coord_type y2)
headers/libs/agg/agg_rasterizer_sl_clip.h
137
void move_to(coord_type x1, coord_type y1)
headers/libs/agg/agg_rasterizer_sl_clip.h
148
coord_type x1, coord_type y1,
headers/libs/agg/agg_rasterizer_sl_clip.h
149
coord_type x2, coord_type y2,
headers/libs/agg/agg_rasterizer_sl_clip.h
167
coord_type tx1 = x1;
headers/libs/agg/agg_rasterizer_sl_clip.h
168
coord_type ty1 = y1;
headers/libs/agg/agg_rasterizer_sl_clip.h
169
coord_type tx2 = x2;
headers/libs/agg/agg_rasterizer_sl_clip.h
170
coord_type ty2 = y2;
headers/libs/agg/agg_rasterizer_sl_clip.h
204
void line_to(Rasterizer& ras, coord_type x2, coord_type y2)
headers/libs/agg/agg_rasterizer_sl_clip.h
219
coord_type x1 = m_x1;
headers/libs/agg/agg_rasterizer_sl_clip.h
220
coord_type y1 = m_y1;
headers/libs/agg/agg_rasterizer_sl_clip.h
222
coord_type y3, y4;
headers/libs/agg/agg_rasterizer_sl_clip.h
301
coord_type m_x1;
headers/libs/agg/agg_rasterizer_sl_clip.h
302
coord_type m_y1;
headers/libs/agg/agg_rasterizer_sl_clip.h
320
void clip_box(coord_type x1, coord_type y1, coord_type x2, coord_type y2) {}
headers/libs/agg/agg_rasterizer_sl_clip.h
321
void move_to(coord_type x1, coord_type y1) { m_x1 = x1; m_y1 = y1; }
headers/libs/agg/agg_rasterizer_sl_clip.h
324
void line_to(Rasterizer& ras, coord_type x2, coord_type y2)
headers/libs/agg/agg_scanline_bin.h
157
span(coord_type x_, coord_type len_) : x(x_), len(len_) {}
headers/libs/agg/agg_scanline_bin.h
159
coord_type x;
headers/libs/agg/agg_scanline_bin.h
160
coord_type len;
headers/libs/agg/agg_scanline_bin.h
204
m_spans.add(span(coord_type(x), 1));
headers/libs/agg/agg_scanline_bin.h
214
m_spans.last().len += coord_type(len);
headers/libs/agg/agg_scanline_bin.h
218
m_spans.add(span(coord_type(x), coord_type(len)));
headers/libs/agg/agg_scanline_p.h
192
span(coord_type x_, coord_type len_, const cover_type* covers_) :
headers/libs/agg/agg_scanline_p.h
195
coord_type x;
headers/libs/agg/agg_scanline_p.h
196
coord_type len; // If negative, it's a solid span, covers is valid
headers/libs/agg/agg_scanline_p.h
253
m_spans.add(span(coord_type(x), 1, m_cover_ptr));
headers/libs/agg/agg_scanline_p.h
265
m_spans.last().len += coord_type(len);
headers/libs/agg/agg_scanline_p.h
269
m_spans.add(span(coord_type(x), coord_type(len), m_cover_ptr));
headers/libs/agg/agg_scanline_p.h
283
m_spans.last().len -= coord_type(len);
headers/libs/agg/agg_scanline_p.h
288
m_spans.add(span(coord_type(x), -coord_type(len), m_cover_ptr++));
headers/libs/agg/agg_scanline_p.h
52
coord_type x;
headers/libs/agg/agg_scanline_p.h
53
coord_type len; // If negative, it's a solid span, covers is valid
headers/libs/agg/agg_scanline_u.h
119
coord_type x;
headers/libs/agg/agg_scanline_u.h
120
coord_type len;
headers/libs/agg/agg_scanline_u.h
160
m_cur_span->x = (coord_type)(x + m_min_x);
headers/libs/agg/agg_scanline_u.h
174
m_cur_span->len += (coord_type)len;
headers/libs/agg/agg_scanline_u.h
179
m_cur_span->x = (coord_type)(x + m_min_x);
headers/libs/agg/agg_scanline_u.h
180
m_cur_span->len = (coord_type)len;
headers/libs/agg/agg_scanline_u.h
193
m_cur_span->len += (coord_type)len;
headers/libs/agg/agg_scanline_u.h
198
m_cur_span->x = (coord_type)(x + m_min_x);
headers/libs/agg/agg_scanline_u.h
199
m_cur_span->len = (coord_type)len;
headers/libs/agg/agg_scanline_u.h
252
typedef base_type::coord_type coord_type;
headers/libs/agg/agg_scanline_u.h
296
span(coord_type x_, coord_type len_, cover_type* covers_) :
headers/libs/agg/agg_scanline_u.h
299
coord_type x;
headers/libs/agg/agg_scanline_u.h
300
coord_type len;
headers/libs/agg/agg_scanline_u.h
377
m_spans.add(span(coord_type(x + m_min_x), 1, &m_covers[x]));
headers/libs/agg/agg_scanline_u.h
389
m_spans.last().len += coord_type(len);
headers/libs/agg/agg_scanline_u.h
393
m_spans.add(span(coord_type(x + m_min_x),
headers/libs/agg/agg_scanline_u.h
394
coord_type(len),
headers/libs/agg/agg_scanline_u.h
407
m_spans.last().len += coord_type(len);
headers/libs/agg/agg_scanline_u.h
411
m_spans.add(span(coord_type(x + m_min_x),
headers/libs/agg/agg_scanline_u.h
412
coord_type(len),
headers/libs/agg/agg_scanline_u.h
464
typedef base_type::coord_type coord_type;
headers/libs/agg/agg_span_gouraud.h
132
void arrange_vertices(coord_type* coord) const
headers/libs/agg/agg_span_gouraud.h
144
coord_type tmp;
headers/libs/agg/agg_span_gouraud.h
162
coord_type m_coord[3];
headers/libs/agg/agg_span_gouraud_gray.h
106
coord_type coord[3];
headers/libs/agg/agg_span_gouraud_gray.h
42
typedef typename base_type::coord_type coord_type;
headers/libs/agg/agg_span_gouraud_gray.h
53
void init(const coord_type& c1, const coord_type& c2)
headers/libs/agg/agg_span_gouraud_rgba.h
118
coord_type coord[3];
headers/libs/agg/agg_span_gouraud_rgba.h
42
typedef typename base_type::coord_type coord_type;
headers/libs/agg/agg_span_gouraud_rgba.h
53
void init(const coord_type& c1, const coord_type& c2)
headers/libs/agg/agg_vcgen_markers_term.h
52
coord_type() {}
headers/libs/agg/agg_vcgen_markers_term.h
53
coord_type(double x_, double y_) : x(x_), y(y_) {}
src/libs/agg/src/agg_vcgen_markers_term.cpp
42
m_markers.modify_last(coord_type(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
46
m_markers.add(coord_type(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
57
m_markers.add(coord_type(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
67
m_markers[m_markers.size() - 2] = coord_type(x, y);
src/libs/agg/src/agg_vcgen_markers_term.cpp
90
const coord_type& c = m_markers[m_curr_idx];
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
33
typedef typename Clip::coord_type coord_type;
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
344
coord_type m_start_x;
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
345
coord_type m_start_y;
src/servers/app/drawing/Painter/agg_scanline_p_subpix.h
38
coord_type x;
src/servers/app/drawing/Painter/agg_scanline_p_subpix.h
39
coord_type len; // If negative, it's a solid span, covers is valid
src/servers/app/drawing/Painter/agg_scanline_p_subpix_avrg_filtering.h
39
coord_type x;
src/servers/app/drawing/Painter/agg_scanline_p_subpix_avrg_filtering.h
40
coord_type len; // If negative, it's a solid span, covers is valid
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
32
coord_type x;
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
33
coord_type len;
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
75
m_cur_span->x = (coord_type)(x + m_min_x);
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
89
m_cur_span->len += 3 * (coord_type)len;
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
94
m_cur_span->x = (coord_type)(x + m_min_x);
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
95
m_cur_span->len = 3 * (coord_type)len;
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
104
m_cur_span->x = (coord_type)(x + m_min_x);
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
118
m_cur_span->len += 3 * (coord_type)len;
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
123
m_cur_span->x = (coord_type)(x + m_min_x);
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
124
m_cur_span->len = 3 * (coord_type)len;
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
34
coord_type x;
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
35
coord_type len;