HomeSort by relevance Sort by last modified time
    Searched refs:textX (Results 1 - 10 of 10) 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;
135 textRunPaintInfo.bounds = FloatRect(textX.toFloat(), textY.toFloat() - style()->fontMetrics().ascent(),
141 paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 212 final int textX;
229 * textX gX1 gX0 *
239 * textX gX0 gX1 *
245 textX = width - res.folderHorizontalPadding - textLength;
249 textX = res.folderHorizontalPadding;
260 canvas.drawText(name, textX, textY, paint);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 463 int textX = 0;
468 textX = max<int>(0, m_popupClient->clientPaddingLeft());
469 maxWidth = rowRect.width() - textX;
479 textX += maxWidth - itemFont.width(textRun);
485 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /bootable/recovery/
screen_ui.cpp 113 int textX = (gr_fb_width() - textWidth) / 2;
129 gr_texticon(textX, textY, text_surface);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 682 int textX = shouldPositionAvatarOnRight() ?
686 textX, getTextYOffset(height), paint);
    [all...]
  /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 228 milliseconds