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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.cpp38 m_Height( height ),
57 if( m_Height != height ) {
58 m_Height = height;
107 unsigned count = HALF(m_Height);
169 unsigned char * buf = (unsigned char *) malloc(m_Width * m_Height * 3);
184 for (; y < m_Height >> 1; y <<= 1, idx <<= 1) {
187 if (y < m_Height) {
188 std::memcpy(buf + idx, buf, (m_Height - y) * linelength);
192 unsigned Max = HALF(m_Height);
208 for (unsigned y = std::max(Max, m_Height
[all...]
H A DBarShader.h144 unsigned m_Height; member in class:CBarShader
147 //! Pointer to array of modifers used to create 3D effect. Size is (m_Height+1)/2 when set.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_hline.cpp39 wxHtmlLineCell(int size, bool shading) : wxHtmlCell() {m_Height = size; m_HasShading = shading;}
61 dc.DrawRectangle(x + m_PosX, y + m_PosY, m_Width, m_Height);
H A Dhtmlcell.cpp82 m_Width = m_Height = m_Descent = 0;
101 m_ScriptBaseline = previousBase - (m_Height + 1) / 2;
103 m_ScriptBaseline = previousBase + (m_Height + 1) / 6;
226 m_PosY < *pagebreak && m_PosY + m_Height > *pagebreak)
262 if ( x >= 0 && x < m_Width && y >= 0 && y < m_Height )
269 (y < 0 || (y < 0+m_Height && x < 0+m_Width)))
272 (y >= 0+m_Height || (y >= 0 && x >= 0)))
358 dc.GetTextExtent(m_Word, &m_Width, &m_Height, &m_Descent);
402 if ( pt2.y >= m_Height )
517 dc.DrawRectangle(x+m_PosX,y+m_PosY,m_Width /* VZ: +1? */ ,m_Height);
[all...]
H A Dm_list.cpp50 m_Height = dc->GetCharHeight();
52 m_Descent = m_Height / 3;
62 dc.DrawEllipse(x + m_PosX + m_Width / 3, y + m_PosY + m_Height / 3,
155 m_Height = vpos;
H A Dm_image.cpp436 m_Height = (int)(scale * (double)m_bmpH);
441 m_Descent = m_Height;
444 m_Descent = m_Height / 2;
507 wxRect rect(pos, wxSize(m_Width, m_Height));
513 if ( m_gifDecoder->GetFrameSize(m_nCurrFrame) != wxSize(m_Width, m_Height) ||
560 dc.DrawRectangle(x + m_PosX, y + m_PosY, m_Width, m_Height);
H A Dhtmprint.cpp48 m_Width = m_Height = 0;
78 m_Height = height;
120 pbreak = (int)(from + m_Height);
H A Dm_tables.cpp639 m_Height = ypos[m_NumRows];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp748 m_Width = sx, m_Height = sy;
751 m_Descent = m_Height;
754 m_Descent = m_Height / 2;
827 m_Width = sx, m_Height = sy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmprint.h92 int m_MaxWidth, m_Width, m_Height; member in class:wxHtmlDCRenderer
H A Dhtmlcell.h184 int GetHeight() const {return m_Height;}
193 bool IsFormattingCell() const { return m_Width == 0 && m_Height == 0; }
199 // within the cell so it varies from 0 to m_Width, from 0 to m_Height
225 // 2. prepare layout (=fill-in m_PosX, m_PosY (and sometime m_Height)
339 long m_Width, m_Height, m_Descent; member in class:wxHtmlCell

Completed in 190 milliseconds