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 71 void GrAtlasTextBlob::appendGlyph(int runIndex,
GrStencilAndCoverTextContext.cpp 312 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
484 this->appendGlyph(glyph, SkPoint::Make(x, y), &fallback);
522 this->appendGlyph(glyph, loc, &fallback);
551 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph,
559 fallback->appendGlyph(glyph.getGlyphID(), pos);
675 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId,

Completed in 387 milliseconds