HomeSort by relevance Sort by last modified time
    Searched defs:textRect (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/android/nav/
SelectText.h 44 IntRect& textRect(HandleId id) { return m_textRects[id]; }
WebView.cpp 598 IntRect textRect = selectText->textRect(handleId);
601 textRect.setHeight(std::max(1, textRect.height() - 1));
602 textRect.setWidth(std::max(1, textRect.width() - 1));
603 textBounds = FloatQuad(textRect);
    [all...]
  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 86 QRect textRect = style()->subElementRect(QStyle::SE_LineEditContents, &styleOption, this);
90 int x = textRect.x() + spacing;
91 int y = (textRect.center().y() + 1) - gPageIconSize.height() / 2;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 163 IntRect textRect;
165 hdc = graphicsContext->getWindowsContext(textRect, true, false);
172 textRect = IntRect(point.x() - (fontMetrics.ascent() + fontMetrics.descent()) / 2,
176 bitmap.set(graphicsContext->createWindowsBitmap(textRect.size()));
185 xform.eDx = -textRect.x();
186 xform.eDy = -textRect.y();
295 graphicsContext->drawWindowsBitmap(bitmap.get(), textRect.location());
297 graphicsContext->releaseWindowsContext(hdc, textRect, true, false);
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 148 FloatRect textRect = m_textRectsInSelectionRectCoordinates[i];
149 textRect.move(leftBorderThickness, topBorderThickness);
152 FloatRect outerPathRect = inflateRect(textRect, horizontalOutsetToCenterOfLightBorder, verticalOutsetToCenterOfLightBorder);
159 FloatRect innerPathRect = inflateRect(textRect, horizontalPaddingInsideLightBorder, verticalPaddingInsideLightBorder);
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 713 FloatRect textRect;
732 textRect.unite(fragmentRect);
735 return enclosingIntRect(textRect);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 247 milliseconds