HomeSort by relevance Sort by last modified time
    Searched refs:textX (Results 1 - 7 of 7) 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 238 int textX;
240 textX = contentLeft + buttonAndIconWidth;
242 textX = contentLeft + contentWidth() - buttonAndIconWidth - style()->font().width(textRun);
252 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     [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));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 2033 milliseconds