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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFileUploadControl.cpp 120 LayoutUnit textX;
122 textX = contentLeft + buttonAndSpacingWidth;
124 textX = contentLeft + contentWidth() - buttonAndSpacingWidth - textWidth;
134 textRunPaintInfo.bounds = FloatRect(textX,
142 paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 458 int textX = 0;
463 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
464 maxWidth = rowRect.width() - textX;
491 textX += maxWidth - itemFont.width(textRun);
497 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY));
529 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
531 textX = remainingWidth - itemFont.width(labelTextRun);
536 gc->drawBidiText(itemFont, labelTextRunPaintInfo, IntPoint(textX, textY));
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /bootable/recovery/
screen_ui.cpp 132 int textX = (gr_fb_width() - textWidth) / 2;
152 gr_texticon(textX, textY, text_surface);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 52 milliseconds