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/core/platform/graphics/
GraphicsContextTest.cpp 715 SkRect textRect = SkRect::MakeWH(width, height);
740 context.drawPosText("A", 1, &point, textRect, opaquePaint);
744 context.drawPosText("A", 1, &point, textRect, alphaPaint);
752 context.drawPosTextH("A", 1, &pointX, 0, textRect, opaquePaint);
756 context.drawPosTextH("A", 1, &pointX, 0, textRect, alphaPaint);
764 context.drawTextOnPath("A", 1, path, textRect, 0, opaquePaint);
768 context.drawTextOnPath("A", 1, path, textRect, 0, alphaPaint);
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 693 FloatRect textRect;
712 textRect.unite(fragmentRect);
715 return textRect;

Completed in 1184 milliseconds