Home
last modified time | relevance | path

Searched defs:SkGlyphVariant (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlob.cpp271 GrSubRunOwner PathSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
509 GrSubRunOwner DirectMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
899 GrSubRunOwner TransformedMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
1168 GrSubRunOwner SDFTSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
1562 const SkZip<SkGlyphVariant, SkPoint>& drawables, in addMultiMaskFormat()
1566 auto addSameFormat = [&](const SkZip<SkGlyphVariant, SkPoint>& drawable, GrMaskFormat format) { in addMultiMaskFormat()
1601 void GrTextBlob::processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processDeviceMasks()
1607 void GrTextBlob::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourcePaths()
1617 void GrTextBlob::processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourceSDFT()
1628 void GrTextBlob::processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourceMasks()
[all …]
/external/skia/src/core/
DSkGlyphBuffer.h87 SkGlyphVariant() : fV{nullptr} { } in SkGlyphVariant() function