HomeSort by relevance Sort by last modified time
    Searched full:textx (Results 1 - 9 of 9) 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));
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /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...]
  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.cpp 123 "Textx",
  /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/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 392 TEXT("Textx"),
  /external/webkit/PerformanceTests/PageLoad/svg/files/
mtsthelens.svg 95 var textX;
118 textX = svgDoc.getElementById("coordx");
120 textX = textX.firstChild;
187 textX.data = makeLon(m_loc.x);
191 textX.data = Math.round(m_loc.x);
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1901 milliseconds