Searched refs:m_height (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rendering_buffer_dynarow.h55 m_height(0),
66 m_height(height),
77 for(i = 0; i < m_height; ++i)
84 m_height = height;
93 unsigned height() const { return m_height; }
134 unsigned m_height; // Height in pixels member in class:agg::rendering_buffer_dynarow
H A Dagg_rendering_buffer.h47 m_height(0),
57 m_height(0),
68 m_height = height;
95 unsigned height() const { return m_height; }
153 unsigned m_height; // Height in pixels member in class:agg::row_ptr_cache
H A Dagg_renderer_outline_image.h36 m_height(height),
42 double height() const { return m_height; }
60 double m_height; member in class:agg::line_image_scale
80 m_height(0),
96 m_height(0),
108 m_height = uceil(src.height());
115 m_data.resize((m_width + m_dilation * 2) * (m_height + m_dilation * 2));
118 m_height + m_dilation * 2,
123 for(y = 0; y < m_height; y++)
136 //s1 = m_buf.row_ptr(m_height
194 unsigned m_height; member in class:agg::line_image_pattern
[all...]
H A Dagg_gsv_text.h86 double m_height; member in class:agg::gsv_text
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h82 double height() const { return double(m_height) / 64.0; }
122 unsigned m_height; member in class:agg::font_engine_freetype_base
H A Dagg_font_freetype.cpp523 m_height(0),
763 m_height = int(h * 64.0);
848 m_height,
883 m_height, // char_height in 1/64th of points
891 m_height >> 6); // pixel_height
/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.cpp58 return gState.currentWindow->m_height;
H A DglutEvent.cpp140 win->reshape(win->m_width, win->m_height);
822 m_height = (int)(height)+1;
838 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
H A DglutWindow.cpp100 m_height = height;
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp489 m_height(0.0),
519 m_height = height;
540 //if(m_flip) m_y += m_height;
597 m_h = m_height / base_height;
635 m_y -= m_flip ? -m_height - m_line_space : m_height + m_line_space;

Completed in 96 milliseconds