Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlob.h251 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
301 void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
DGrTextBlob.cpp1607 void GrTextBlob::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourcePaths() function in GrTextBlob
2345 void GrSubRunNoCachePainter::processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables, in processSourcePaths() function in GrSubRunNoCachePainter
/external/skia/src/core/
DSkGlyphRunPainter.h144 virtual void processSourcePaths(const SkZip<SkGlyphVariant, SkPoint>& drawables,
DSkGlyphRunPainter.cpp331 process->processSourcePaths(fDrawable.drawable(), runFont, strikeSpec); in processGlyphRun()