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 126 LayoutUnit textX;
128 textX = contentLeft + buttonAndSpacingWidth;
130 textX = contentLeft + contentWidth() - buttonAndSpacingWidth - textWidth;
140 textRunPaintInfo.bounds = FloatRect(textX,
148 paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 453 int textX = 0;
458 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
459 maxWidth = rowRect.width() - textX;
486 textX += maxWidth - itemFont.width(textRun);
492 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY));
524 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
526 textX = remainingWidth - itemFont.width(labelTextRun);
531 gc->drawBidiText(itemFont, labelTextRunPaintInfo, IntPoint(textX, textY));
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /bootable/recovery/
screen_ui.cpp 127 int textX = (gr_fb_width() - textWidth) / 2;
136 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 268 milliseconds