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

  /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/WebKit/android/nav/
SelectText.h 49 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/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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 77 final Rect textRect = new Rect();
78 textPaint.getTextBounds(TEXT_HEIGHT_REFERENCE_CHAR, 0, 1, textRect);
79 mGesturePreviewTextHeight = textRect.height();
  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 335 Rect textRect = new Rect(0, 0, getWidth(), mTextSize + mTextPadding);
336 canvas.drawRect(textRect, mPaint);
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 493 milliseconds