Searched defs:offsetFromContainer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp246 void RenderGeometryMap::push(const RenderObject* renderer, const LayoutSize& offsetFromContainer, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform, LayoutSize offsetForFixedPosition) argument
248 // fprintf(stderr, "RenderGeometryMap::push %p %d,%d isNonUniform=%d\n", renderer, offsetFromContainer.width().toInt(), offsetFromContainer.height().toInt(), isNonUniform);
257 step.m_offset = offsetFromContainer;
H A DRenderInline.cpp1127 LayoutSize RenderInline::offsetFromContainer(const RenderObject* container, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:blink::RenderInline
1175 LayoutSize containerOffset = offsetFromContainer(o, roundedLayoutPoint(transformState.mappedPoint()));
H A DRenderTableCell.cpp170 // we need to subtract that again here (as for RenderTableCell::offsetFromContainer.
308 LayoutSize RenderTableCell::offsetFromContainer(const RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:blink::RenderTableCell
312 LayoutSize offset = RenderBlockFlow::offsetFromContainer(o, point, offsetDependsOnPoint);
H A DRenderObject.cpp2011 // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
2035 // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
2086 // Track the point at the center of the quad's bounding box. As mapLocalToContainer() calls offsetFromContainer(),
2123 LayoutSize RenderObject::offsetFromContainer(const RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:blink::RenderObject
2149 LayoutSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint);
H A DRenderBox.cpp1577 LayoutSize containerOffset = offsetFromContainer(o, roundedLayoutPoint(transformState.mappedPoint()));
1614 LayoutSize RenderBox::offsetFromContainer(const RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:blink::RenderBox

Completed in 522 milliseconds