Searched defs:PathGlyph (Results 1 – 1 of 1) sorted by relevance
193 struct PathGlyph { struct in __anonac70990d0111::PathSubRun195 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