HomeSort by relevance Sort by last modified time
    Searched refs:appendGlyph (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.h 67 void appendGlyph(uint16_t glyphID, float x);
68 void appendGlyph(uint16_t glyphID, float x, float y);
GrStencilAndCoverTextContext.cpp 111 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) {
387 inline void GrStencilAndCoverTextContext::appendGlyph(uint16_t glyphID, float x, float y) {

Completed in 50 milliseconds