HomeSort by relevance Sort by last modified time
    Searched full:textx (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/
validation_message_bubble_cocoa.mm 76 const CGFloat textX = NSWidth([imageView frame]) + kIconTextMargin;
77 NSRect textFrame = NSMakeRect(textX, 0, NSWidth(contentFrame) - textX, 0);
84 const CGFloat minTextWidth = kWindowMinWidth - kWindowPadding * 2 - textX;
85 const CGFloat maxTextWidth = kWindowMaxWidth - kWindowPadding * 2 - textX;
105 textX, NSMaxY(textFrame) + kTextVerticalMargin,
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc 152 "chello", "xxxtestxxx", "XXxxx", "Textx", "blockquoted",
  /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...]
  /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/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
MtSaintHelens.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/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 977 milliseconds