Searched refs:appendGlyph (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.h67 void appendGlyph(uint16_t glyphID, float x);
68 void appendGlyph(uint16_t glyphID, float x, float y);
H A DGrStencilAndCoverTextContext.cpp111 this->appendGlyph(glyph.getGlyphID(), SkFixedToScalar(fx), SkFixedToScalar(fy));
157 this->appendGlyph(glyph.getGlyphID(), *pos);
167 this->appendGlyph(glyph.getGlyphID(), pos[0], pos[1]);
184 this->appendGlyph(glyph.getGlyphID(), loc.x(), loc.y());
374 inline void GrStencilAndCoverTextContext::appendGlyph(uint16_t glyphID, float x) { function in class:GrStencilAndCoverTextContext
387 inline void GrStencilAndCoverTextContext::appendGlyph(uint16_t glyphID, float x, float y) { function in class:GrStencilAndCoverTextContext

Completed in 52 milliseconds