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

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp654 IntPoint textPoint; local
655 textPoint.setY(ty + textBlockInsetTop() + placeholderStyle->fontMetrics().ascent());
657 textPoint.setX(tx + textBlockInsetLeft());
659 textPoint.setX(tx + width() - textBlockInsetRight() - style()->font().width(textRun));
661 paintInfo.context->drawBidiText(placeholderStyle->font(), textRun, textPoint);

Completed in 95 milliseconds