Searched defs:drawGlyphs (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/samples/layout/
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, function in class:GDISurface
H A DGnomeFontInstance.cpp41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, function in class:GnomeSurface
H A DGDIFontInstance.cpp53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, function in class:GDISurface
/external/webkit/WebCore/platform/graphics/haiku/
H A DFontHaiku.cpp68 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/wx/
H A DFontWx.cpp55 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/cairo/
H A DFontCairo.cpp44 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/android/
H A DFontAndroid.cpp115 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/win/
H A DFontCGWin.cpp294 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/wince/
H A DFontWince.cpp64 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, function in class:WebCore::Font
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp198 bool drawGlyphs(int numGlyphs, const WORD* glyphs, const int* advances, int startAdvance) const;
254 bool TransparencyAwareGlyphPainter::drawGlyphs(int numGlyphs, function in class:WebCore::__anon6626::TransparencyAwareGlyphPainter
368 void Font::drawGlyphs(GraphicsContext* graphicsContext, function in class:WebCore::Font
420 success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], curAdvance);
H A DFontLinux.cpp77 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, function in class:WebCore::Font

Completed in 231 milliseconds