Searched refs:m_height (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_rendering_buffer_dynarow.h | 55 m_height(0), in rendering_buffer_dynarow() 66 m_height(height), in rendering_buffer_dynarow() 77 for(i = 0; i < m_height; ++i) in init() 84 m_height = height; in init() 93 unsigned height() const { return m_height; } in height() 134 unsigned m_height; // Height in pixels variable
|
H A D | agg_rendering_buffer.h | 47 m_height(0), in row_ptr_cache() 57 m_height(0), in row_ptr_cache() 68 m_height = height; in attach() 95 unsigned height() const { return m_height; } in height() 153 unsigned m_height; // Height in pixels variable
|
H A D | agg_renderer_outline_image.h | 36 m_height(height), in line_image_scale() 42 double height() const { return m_height; } in height() 60 double m_height; variable 80 m_height(0), in line_image_pattern() 96 m_height(0), in line_image_pattern() 108 m_height = uceil(src.height()); in create() 115 m_data.resize((m_width + m_dilation * 2) * (m_height + m_dilation * 2)); in create() 118 m_height + m_dilation * 2, in create() 123 for(y = 0; y < m_height; y++) in create() 138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation; in create() [all …]
|
H A D | agg_gsv_text.h | 86 double m_height; variable
|
/haiku/src/libs/agg/src/ |
H A D | agg_gsv_text.cpp | 489 m_height(0.0), in gsv_text() 519 m_height = height; in size() 597 m_h = m_height / base_height; in rewind() 635 m_y -= m_flip ? -m_height - m_line_space : m_height + m_line_space; in vertex()
|
/haiku/src/libs/agg/font_freetype/ |
H A D | agg_font_freetype.h | 82 double height() const { return double(m_height) / 64.0; } in height() 122 unsigned m_height; variable
|
H A D | agg_font_freetype.cpp | 523 m_height(0), in font_engine_freetype_base() 763 m_height = int(h * 64.0); in height() 848 m_height, in update_signature() 883 m_height, // char_height in 1/64th of points in update_char_size() 891 m_height >> 6); // pixel_height in update_char_size()
|
/haiku/src/libs/glut/ |
H A D | glutWindow.h | 42 int m_width, m_height; // the last width and height reported to GLUT variable
|
H A D | glutGet.cpp | 58 return gState.currentWindow->m_height; in glutGet()
|
H A D | glutEvent.cpp | 140 win->reshape(win->m_width, win->m_height); in processEventsAndTimeouts() 822 m_height = (int)(height)+1; in FrameResized() 838 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) { in Draw()
|
H A D | glutWindow.cpp | 100 m_height = height; in GlutWindow()
|