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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp696 SkRect textRect = SkRect::MakeWH(width, height); local
717 context.drawPosText("A", 1, &point, textRect, opaquePaint);
721 context.drawPosText("A", 1, &point, textRect, alphaPaint);
H A DGraphicsContext.cpp1155 const SkPoint pos[], const SkRect& textRect, const SkPaint& paint)
1161 didDrawTextInRect(textRect);
1817 void GraphicsContext::didDrawTextInRect(const SkRect& textRect) argument
1821 m_textRegion.join(textRect);
1154 drawPosText(const void* text, size_t byteLength, const SkPoint pos[], const SkRect& textRect, const SkPaint& paint) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp61 SkPoint* pos, const FloatRect& textRect)
72 gc->drawPosText(glyphs, numGlyphs * sizeof(Glyph), pos, textRect, paint);
97 gc->drawPosText(glyphs, numGlyphs * sizeof(Glyph), pos, textRect, paint);
103 const FloatPoint& point, const FloatRect& textRect) const
143 paintGlyphs(gc, font, glyphs, chunkLength, pos, textRect);
164 paintGlyphs(gc, font, glyphs, numGlyphs, pos, textRect);
59 paintGlyphs(GraphicsContext* gc, const SimpleFontData* font, const Glyph* glyphs, unsigned numGlyphs, SkPoint* pos, const FloatRect& textRect) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp772 FloatRect textRect; local
789 textRect.unite(fragmentRect);
792 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 168 milliseconds