startPoint       1235 Source/core/rendering/InlineTextBox.cpp         FloatPoint startPoint(boxOrigin.x(), boxOrigin.y() - deltaY);
startPoint       1239 Source/core/rendering/InlineTextBox.cpp         IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
startPoint       1240 Source/core/rendering/InlineTextBox.cpp         start = markerRect.x() - startPoint.x();
startPoint        229 Source/core/rendering/RenderBoxModelObject.cpp LayoutPoint RenderBoxModelObject::adjustedPositionRelativeToOffsetParent(const LayoutPoint& startPoint) const
startPoint        236 Source/core/rendering/RenderBoxModelObject.cpp     LayoutPoint referencePoint = startPoint;
startPoint        271 Source/core/rendering/RenderFlowThread.cpp LayoutPoint RenderFlowThread::adjustedPositionRelativeToOffsetParent(const RenderBoxModelObject& boxModelObject, const LayoutPoint& startPoint)
startPoint        273 Source/core/rendering/RenderFlowThread.cpp     LayoutPoint referencePoint = startPoint;
startPoint        486 Source/core/rendering/RenderObject.cpp RenderLayer* RenderObject::findNextLayer(RenderLayer* parentLayer, RenderObject* startPoint,
startPoint        501 Source/core/rendering/RenderObject.cpp         for (RenderObject* curr = startPoint ? startPoint->nextSibling() : firstChild();
startPoint        214 Source/core/rendering/RenderObject.h     RenderLayer* findNextLayer(RenderLayer* parentLayer, RenderObject* startPoint, bool checkParent = true);
startPoint         58 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp     gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
startPoint         46 Source/core/rendering/svg/RenderSVGResourceLinearGradient.h     FloatPoint startPoint(const LinearGradientAttributes&) const;
startPoint        556 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         ts << " [start=" << gradient->startPoint(attributes) << "] [end=" << gradient->endPoint(attributes) << "]\n";
startPoint        650 Source/platform/fonts/Font.cpp     FloatPoint startPoint(startX, point.y());
startPoint        651 Source/platform/fonts/Font.cpp     drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint);
startPoint        669 Source/platform/fonts/Font.cpp     FloatPoint startPoint(point);
startPoint        670 Source/platform/fonts/Font.cpp     FloatPoint nextPoint = startPoint + glyphBuffer.advanceAt(0);
startPoint        682 Source/platform/fonts/Font.cpp                 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
startPoint        685 Source/platform/fonts/Font.cpp                 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
startPoint        689 Source/platform/fonts/Font.cpp             startPoint = nextPoint;
startPoint        697 Source/platform/fonts/Font.cpp         renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
startPoint        700 Source/platform/fonts/Font.cpp         drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
startPoint        735 Source/platform/fonts/Font.cpp     FloatPoint startPoint(point.x() + middleOfLastGlyph - offsetToMiddleOfGlyph(markFontData, markGlyph), point.y());
startPoint        746 Source/platform/fonts/Font.cpp     drawGlyphBuffer(context, runInfo, markBuffer, startPoint);
startPoint        116 Source/platform/fonts/mac/FontComplexTextMac.cpp     FloatPoint startPoint(startX, point.y());
startPoint        117 Source/platform/fonts/mac/FontComplexTextMac.cpp     drawGlyphBuffer(context, runInfo, glyphBuffer, startPoint);