Searched defs:textRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp698 SkRect textRect = SkRect::MakeWH(width, height); local
719 context.drawPosText("A", 1, &point, textRect, opaquePaint);
723 context.drawPosText("A", 1, &point, textRect, alphaPaint);
H A DGraphicsContext.cpp1281 const SkPoint pos[], const SkRect& textRect, const SkPaint& paint)
1288 didDrawTextInRect(textRect);
1296 const SkScalar xpos[], SkScalar constY, const SkRect& textRect, const SkPaint& paint)
1303 didDrawTextInRect(textRect);
1963 void GraphicsContext::didDrawTextInRect(const SkRect& textRect) argument
1967 m_textRegion.join(textRect);
1280 drawPosText(const void* text, size_t byteLength, const SkPoint pos[], const SkRect& textRect, const SkPaint& paint) argument
1295 drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], SkScalar constY, const SkRect& textRect, const SkPaint& paint) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp88 const SkPoint pos[], const FloatRect& textRect)
95 gc->drawPosText(glyphs, numGlyphs * sizeof(Glyph), pos, textRect, paint);
100 gc->drawPosText(glyphs, numGlyphs * sizeof(Glyph), pos, textRect, paint);
106 const SkScalar xpos[], SkScalar constY, const FloatRect& textRect)
112 gc->drawPosTextH(glyphs, numGlyphs * sizeof(Glyph), xpos, constY, textRect, paint);
117 gc->drawPosTextH(glyphs, numGlyphs * sizeof(Glyph), xpos, constY, textRect, paint);
123 const FloatPoint& point, const FloatRect& textRect) const
163 paintGlyphs(gc, font, glyphs, chunkLength, pos, textRect);
179 paintGlyphsHorizontal(gc, font, glyphs, numGlyphs, xpos, SkFloatToScalar(y), textRect);
199 paintGlyphs(gc, font, glyphs, numGlyphs, pos, textRect);
86 paintGlyphs(GraphicsContext* gc, const SimpleFontData* font, const Glyph glyphs[], unsigned numGlyphs, const SkPoint pos[], const FloatRect& textRect) argument
104 paintGlyphsHorizontal(GraphicsContext* gc, const SimpleFontData* font, const Glyph glyphs[], unsigned numGlyphs, const SkScalar xpos[], SkScalar constY, const FloatRect& textRect) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp719 FloatRect textRect; local
736 textRect.unite(fragmentRect);
739 return textRect;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 93 milliseconds