HomeSort by relevance Sort by last modified time
    Searched refs:textX (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 134 int textX = std::max(0, data.m_clientPaddingLeft - data.m_clientInsetLeft);
136 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
139 notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
140 selectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 231 int textX;
233 textX = contentLeft + buttonAndIconWidth;
235 textX = contentLeft + contentWidth() - buttonAndIconWidth - style()->font().width(textRun);
245 paintInfo.context->drawBidiText(style()->font(), textRun, IntPoint(textX, textY));
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 933 int textX = 0;
938 textX = max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
939 maxWidth = rowRect.width() - textX;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 780 int textX = x + EVENT_SQUARE_WIDTH + EVENT_RIGHT_PADDING;
782 float avail = rightEdge - textX;
785 canvas.drawText(text.toString(), textX, textY, isDeclined ? mDeclinedEventPaint
794 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 648 int textX = max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
650 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
652 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 74 milliseconds