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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SkiaFontWin.h 54 const SkRect& textRect);
67 const SkRect& textRect);
SkiaFontWin.cpp 51 const SkRect& textRect,
75 context->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, *paint);
84 xpos, y, textRect, *paint);
123 const SkRect& textRect)
139 skiaDrawText(context, origin, textRect, &paint, &glyphs[0], &advances[0], &offsets[0], numGlyphs);
166 skiaDrawText(context, origin, textRect, &paint, &glyphs[0], &advances[0], &offsets[0], numGlyphs);
179 const SkRect& textRect)
182 numGlyphs, glyphs, advances, offsets, origin, textRect);
192 const SkRect& textRect)
197 paintSkiaText(context, hfont, face.get(), size, paintTextFlags, numGlyphs, glyphs, advances, offsets, origin, textRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 60 const FloatPoint& point, const FloatRect& textRect) const {
116 gc->drawTextOnPath(glyphs + i, 2, path, textRect, 0, paint);
119 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
145 gc->drawTextOnPath(glyphs + i, 2, path, textRect, 0, paint);
148 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontMac.cpp 91 const FloatPoint& point, const FloatRect& textRect) const {
157 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
176 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
  /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/platform/graphics/chromium/
FontChromiumWin.cpp 66 const FloatRect& textRect) const
115 paintSkiaText(graphicsContext, font->platformData(), curLen, &glyphs[0], &advances[0], &offsets[0], origin, SkRect(textRect));
156 paintSkiaText(graphicsContext, font->platformData(), curLen, &glyphs[0], &advances[0], 0, origin, SkRect(textRect));
UniscribeHelper.h 202 const FloatRect& textRect,
UniscribeHelper.cpp 329 const FloatRect& textRect,
432 textRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 269 void drawPosText(const void* text, size_t byteLength, const SkPoint pos[], const SkRect& textRect, const SkPaint&);
270 void drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], SkScalar constY, const SkRect& textRect, const SkPaint&);
271 void drawTextOnPath(const void* text, size_t byteLength, const SkPath&, const SkRect& textRect, const SkMatrix*, const SkPaint&);
427 void didDrawTextInRect(const SkRect& textRect);
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...]
GraphicsContext.cpp     [all...]
Font.h 177 void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&, const FloatRect& textRect) const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 693 FloatRect textRect;
712 textRect.unite(fragmentRect);
715 return textRect;

Completed in 422 milliseconds