HomeSort by relevance Sort by last modified time
    Searched full:textrectorigin (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 357 LayoutPoint textRectOrigin = paintOffset;
358 textRectOrigin.move(leftBorder + leftPad + (paddingWidth / 2) - borderWidth, topBorder + topPad + (paddingHeight / 2) - borderWidth);
359 LayoutPoint textOrigin(textRectOrigin.x(), textRectOrigin.y() + ascent);
366 textRunPaintInfo.bounds = FloatRect(textRectOrigin, FloatSize(textWidth, fontMetrics.height()));

Completed in 35 milliseconds