Searched refs:textY (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFileUploadControl.cpp140 LayoutUnit textY = 0; local
144 textY = paintOffset.y() + borderTop() + paddingTop() + buttonRenderer->baselinePosition(AlphabeticBaseline, true, HorizontalLine, PositionOnContainingLine);
146 textY = baselinePosition(AlphabeticBaseline, true, HorizontalLine, PositionOnContainingLine);
151 paintInfo.context->drawBidiText(font, textRun, IntPoint(roundToInt(textX), roundToInt(textY)));
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp676 int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMetrics().height()) / 2; local
677 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY));

Completed in 71 milliseconds