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 698 SkRect textRect = SkRect::MakeWH(width, height);
719 context.drawPosText("A", 1, &point, textRect, opaquePaint);
723 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 719 FloatRect textRect;
736 textRect.unite(fragmentRect);
739 return textRect;

Completed in 94 milliseconds