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 67 void GrAtlasTextBlob::appendGlyph(int runIndex,
GrStencilAndCoverTextContext.cpp 330 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
490 this->appendGlyph(glyph, SkPoint::Make(SkFixedToScalar(fx), SkFixedToScalar(fy)),
527 this->appendGlyph(glyph, loc, &fallback);
552 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph,
560 fallback->appendGlyph(glyph.getGlyphID(), pos);
674 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId,

Completed in 279 milliseconds