Home
last modified time | relevance | path

Searched refs:processSourcePaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlob.h263 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& accepted,
316 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& accepted,
DGrTextBlob.cpp1900 void GrTextBlob::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& accepted, in processSourcePaths() function in GrTextBlob
2607 void GrSubRunNoCachePainter::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& accepted, in processSourcePaths() function in GrSubRunNoCachePainter
2689 void processSourcePaths(
3287 void Slug::processSourcePaths(const SkZip<SkGlyphVariant, in processSourcePaths() function in __anon2878be481211::Slug
/external/skia/src/core/
DSkGlyphRunPainter.h145 virtual void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& accepted,
DSkGlyphRunPainter.cpp423 process->processSourcePaths(fAccepted.accepted(), runFont, strikeToSourceScale); in processGlyphRun()