Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrTextBlob.cpp195 struct PathGlyph { struct in __anond73db64f0111::PathSubRun
197 SkPath fPath;
198 SkPoint fOrigin;
211 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun()
297 PathSubRun::PathGlyph::PathGlyph(const SkPath& path, SkPoint origin) in PathGlyph() function in __anond73db64f0111::PathSubRun::PathGlyph