HomeSort by relevance Sort by last modified time
    Searched refs: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));
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PreviewPlacerView.java 344 final float textX = rectX + hPad + textWidth / 2.0f;
346 canvas.drawText(gestureFloatingPreviewText, textX, textY, paint);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /bootable/recovery/
screen_ui.cpp 123 int textX = (gr_fb_width() - textWidth) / 2;
132 gr_texticon(textX, textY, text_surface);
  /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 450 milliseconds