Searched refs:m_accumulatedOffset (Results 1 – 5 of 5) sorted by relevance
35 m_accumulatedOffset = other.m_accumulatedOffset; in operator =()73 m_accumulatedOffset += offset; in move()93 LayoutSize offset = m_accumulatedOffset; in applyAccumulatedOffset()94 m_accumulatedOffset = LayoutSize(); in applyAccumulatedOffset()162 … point.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset); in mappedPoint()178 … quad.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset); in mappedQuad()
81 m_accumulatedOffset = LayoutSize(); in setQuad()114 LayoutSize m_accumulatedOffset; variable
112 result = p + roundedIntSize(m_accumulatedOffset); in mapToContainer()142 …metryMap::dumpSteps accumulatedOffset=%d,%d\n", m_accumulatedOffset.width().toInt(), m_accumulated… in dumpSteps()158 result.move(m_accumulatedOffset); in mapToContainer()299 m_accumulatedOffset += step.m_offset; in stepInserted()313 m_accumulatedOffset -= step.m_offset; in stepRemoved()
138 LayoutSize m_accumulatedOffset; variable
614 , m_accumulatedOffset(accumulatedOffset) { } in AbsoluteRectsGeneratorContext()619 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y()); in operator ()()624 const LayoutPoint& m_accumulatedOffset; member in WebCore::__anonb4f868980111::AbsoluteRectsGeneratorContext1386 , m_accumulatedOffset(accumulatedOffset) { } in AbsoluteLayoutRectsGeneratorContext()1391 layoutRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y()); in operator ()()1396 const LayoutPoint& m_accumulatedOffset; member in WebCore::__anonb4f868980511::AbsoluteLayoutRectsGeneratorContext