Searched refs:m_lastObject (Results 1 – 3 of 3) sorted by relevance
34 m_lineBreak.moveTo(m_lastObject, m_lastObject->isText() ? m_lastObject->length() : 0); in handleEndOfLine()
57 , m_lastObject(m_current.object()) in BreakingContext()119 RenderObject* m_lastObject; variable249 …m_lastWS = m_lastObject->isReplaced() ? m_lastObject->parent()->style()->whiteSpace() : m_lastObje… in initializeForCurrentObject()478 m_width.applyOverhang(toRenderRubyRun(m_current.object()), m_lastObject, m_nextObject); in handleReplaced()895 m_lastObject = m_current.object(); in commitAndUpdateLineBreakIfNeeded()896 …m_lastObject->isReplaced() && m_autoWrap && (!m_lastObject->isImage() || m_allowImagesToBreak) && … in commitAndUpdateLineBreakIfNeeded()
49 : m_lastObject(0) in ObjectManager()55 deUint32 object = ++m_lastObject; in allocate()57 object = ++m_lastObject; // Just ignore overflow. in allocate()67 deUint32 m_lastObject; member in tcu::null::ObjectManager