Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrTextBlob.cpp193 struct PathGlyph { struct in __anonac70990d0111::PathSubRun
195 SkPath fPath;
196 SkPoint fOrigin;
209 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun()
295 PathSubRun::PathGlyph::PathGlyph(const SkPath& path, SkPoint origin) in PathGlyph() function in __anonac70990d0111::PathSubRun::PathGlyph