Home | History | Annotate | Download | only in wince

Lines Matching refs:m_width

81     float m_width;
97 m_width = it.m_runWidthSoFar;
105 m_width = s * font.primaryFont()->widthForGlyph(' ');
134 offset += add + letterSpacing + components->last().m_width;
148 offset += components->last().m_width + letterSpacing;
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
164 offset += components->last().m_width + letterSpacing;
172 offset += components->last().m_width;
183 offset += components->last().m_width;
192 offset += add + components->last().m_width;
202 offset += components->last().m_width;
227 pt.setX(point.x() + w - comp.m_offset - comp.m_width);
258 int xs = xe - comp.m_width;
261 ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
270 int xe = xs + comp.m_width;
275 ? static_cast<int>((position - xs) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
296 xs = width - xs - comp.m_width;
302 return xs + pos * comp.m_width / comp.m_spaces;