HomeSort by relevance Sort by last modified time
    Searched refs:drawGlyphs (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/samples/layout/
RenderingSurface.h 26 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
Surface.h 12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
rsurface.cpp 21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
Surface.cpp 15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
GDIFontInstance.h 34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
GnomeFontInstance.h 37 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
GnomeFontInstance.cpp 41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
paragraph.cpp 244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
GDIFontInstance.cpp 53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 73 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 199 bool drawGlyphs(int numGlyphs, const WORD* glyphs, const int* advances, float startAdvance) const;
256 bool TransparencyAwareGlyphPainter::drawGlyphs(int numGlyphs,
431 success = painter.drawGlyphs(curLen, &glyphs[0], &advances[0], horizontalOffset - point.x() - currentWidth);
445 void Font::drawGlyphs(GraphicsContext* graphicsContext,
FontLinux.cpp 80 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font,
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 70 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 177 void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&) const;
FontFastPath.cpp 391 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
402 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 99 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 140 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 65 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer,
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 781 m_font->drawGlyphs(&graphicsContext, m_simpleFont,
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 300 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 187 void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font,
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 431 milliseconds

1 2