Home | History | Annotate | Download | only in wince

Lines Matching refs:glyphBuffer

28 #include "GlyphBuffer.h"
1571 void GraphicsContext::drawText(const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer,
1580 if (isCharVisible(*glyphBuffer.glyphs(from)))
1615 const GlyphBufferAdvance* advance = glyphBuffer.advances(from);
1663 const UChar* srcChar = glyphBuffer.glyphs(from);
1668 const GlyphBufferAdvance* advance = glyphBuffer.advances(from);
1725 UChar c = *glyphBuffer.glyphs(from);