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

  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 70 void GrAtlasTextBlob::appendGlyph(int runIndex,
GrStencilAndCoverTextContext.cpp 311 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
483 this->appendGlyph(glyph, SkPoint::Make(x, y), &fallback);
521 this->appendGlyph(glyph, loc, &fallback);
552 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph,
560 fallback->appendGlyph(glyph.getGlyphID(), pos);
677 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId,

Completed in 565 milliseconds