Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrTextBlob.cpp275 GrSubRunOwner PathSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
529 GrSubRunOwner DirectMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
925 GrSubRunOwner TransformedMaskSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
1197 GrSubRunOwner SDFTSubRun::Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, in Make()
1590 const SkZip<SkGlyphVariant, SkPoint>& drawables, in addMultiMaskFormat()
1597 sk_sp<SkStrike>&& runStrike) { in addMultiMaskFormat()
1634 void GrTextBlob::processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processDeviceMasks()
1640 void GrTextBlob::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourcePaths()
1650 void GrTextBlob::processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourceSDFT()
1663 void GrTextBlob::processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourceMasks()
[all …]
/third_party/skia/src/core/
DSkGlyphBuffer.h87 SkGlyphVariant() : fV{nullptr} { } in SkGlyphVariant() function