Searched refs:m_width (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h54 m_width(0),
65 m_width(width),
83 m_width = width;
92 unsigned width() const { return m_width; }
121 int8u* row_ptr(int y) { return row_ptr(0, y, m_width); }
133 unsigned m_width; // Width in pixels member in class:agg::rendering_buffer_dynarow
H A Dagg_rendering_buffer.h46 m_width(0),
56 m_width(0),
67 m_width = width;
94 unsigned width() const { return m_width; }
106 row_data row (int y) const { return row_data(0, m_width-1, m_rows[y]); }
152 unsigned m_width; // Width in pixels member in class:agg::row_ptr_cache
H A Dagg_math_stroke.h78 double width() const { return m_width * 2.0; }
110 double m_width; member in class:agg::math_stroke
123 m_width(0.5),
138 m_width = w * 0.5;
139 if(m_width < 0)
141 m_width_abs = -m_width;
146 m_width_abs = m_width;
179 out_vertices.add(coord_type(x + cos(a1) * m_width,
180 y + sin(a1) * m_width));
192 out_vertices.add(coord_type(x + cos(a1) * m_width,
[all...]
H A Dagg_vcgen_contour.h54 void width(double w) { m_stroker.width(m_width = w); }
60 double width() const { return m_width; }
81 double m_width; member in class:agg::vcgen_contour
H A Dagg_renderer_outline_image.h79 m_width(0),
95 m_width(0),
109 m_width = uceil(src.width());
115 m_data.resize((m_width + m_dilation * 2) * (m_height + m_dilation * 2));
117 m_buf.attach(&m_data[0], m_width + m_dilation * 2,
119 m_width + m_dilation * 2);
126 for(x = 0; x < m_width; x++)
140 for(x = 0; x < m_width; x++)
153 s2 = m_buf.row_ptr(y) + m_dilation + m_width;
154 d1 = m_buf.row_ptr(y) + m_dilation + m_width;
193 unsigned m_width; member in class:agg::line_image_pattern
791 int m_width; member in class:agg::line_interpolator_image
[all...]
H A Dagg_renderer_outline_aa.h491 m_width(ren.subpixel_width()),
492 //m_max_extent(m_width >> (line_subpixel_shift - 2)),
493 m_max_extent((m_width + line_subpixel_mask) >> line_subpixel_shift),
502 int stop = m_width + line_subpixel_scale * 2;
544 int width() const { return m_width; }
562 int m_width; member in class:agg::line_interpolator_aa_base
605 while((dist = base_type::m_dist[dy] - s1) <= base_type::m_width)
612 while((dist = base_type::m_dist[dy] + s1) <= base_type::m_width)
636 while((dist = base_type::m_dist[dx] - s1) <= base_type::m_width)
643 while((dist = base_type::m_dist[dx] + s1) <= base_type::m_width)
[all...]
H A Dagg_gsv_text.h85 double m_width; member in class:agg::gsv_text
/haiku/src/libs/agg/src/
H A Dagg_vcgen_contour.cpp29 m_width(1),
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width);
H A Dagg_gsv_text.cpp488 m_width(10.0),
520 m_width = width;
598 m_w = (m_width == 0.0) ? m_h : m_width / base_height;
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h83 double width() const { return double(m_width) / 64.0; }
123 unsigned m_width; member in class:agg::font_engine_freetype_base
H A Dagg_font_freetype.cpp524 m_width(0),
775 m_width = int(w * 64.0);
849 m_width,
882 m_width, // char_width in 1/64th of points
890 m_width >> 6, // pixel_width
/haiku/src/libs/glut/
H A DglutWindow.h42 int m_width, m_height; // the last width and height reported to GLUT member in class:GlutWindow
H A DglutGet.cpp54 return gState.currentWindow->m_width;
H A DglutEvent.cpp140 win->reshape(win->m_width, win->m_height);
821 m_width = (int)(width)+1;
838 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
H A DglutWindow.cpp99 m_width = width;

Completed in 105 milliseconds