Searched refs:textX (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFileUploadControl.cpp | 120 LayoutUnit textX; in paintObject() local 122 textX = contentLeft + buttonAndSpacingWidth; in paintObject() 124 textX = contentLeft + contentWidth() - buttonAndSpacingWidth - textWidth; in paintObject() 134 textRunPaintInfo.bounds = FloatRect(textX, in paintObject() 142 …paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(tex… in paintObject()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | 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/web/ |
D | PopupListBox.cpp | 458 int textX = 0; in paintRow() local 463 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft()); in paintRow() 464 maxWidth = rowRect.width() - textX; in paintRow() 491 textX += maxWidth - itemFont.width(textRun); in paintRow() 497 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY)); in paintRow() 529 textX = max<int>(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft()); in paintRow() 531 textX = remainingWidth - itemFont.width(labelTextRun); in paintRow() 536 gc->drawBidiText(itemFont, labelTextRunPaintInfo, IntPoint(textX, textY)); in paintRow()
|