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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextTest.cpp 696 SkRect textRect = SkRect::MakeWH(width, height);
717 context.drawPosText("A", 1, &point, textRect, opaquePaint);
721 context.drawPosText("A", 1, &point, textRect, alphaPaint);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 78 final Rect textRect = new Rect();
79 textPaint.getTextBounds(TEXT_HEIGHT_REFERENCE_CHAR, 0, 1, textRect);
80 mGesturePreviewTextHeight = textRect.height();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 772 FloatRect textRect;
789 textRect.unite(fragmentRect);
792 return textRect;

Completed in 231 milliseconds