Home | History | Annotate | Download | only in fxbarcode

Lines Matching full:m_width

30   path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height);

36 leftPos = (m_Width - m_output->GetWidth()) / 2;
40 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) {
42 (FX_FLOAT)m_Width / (FX_FLOAT)m_output->GetWidth(), 0.0, 0.0,
63 pOutBitmap = CreateDIBitmap(m_Width, m_Height);
75 leftPos = (m_Width - m_output->GetWidth()) / 2;
86 CFX_DIBitmap* pStretchBitmap = pOutBitmap->StretchTo(m_Width, m_Height);
112 if (m_Width < outputWidth || m_Height < outputHeight) {
117 if (m_Width > outputWidth || m_Height > outputHeight) {
119 ceil((FX_FLOAT)m_Width / (FX_FLOAT)outputWidth));