Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h476 struct PathGlyph { struct
477 PathGlyph(const SkPath& path, SkScalar x, SkScalar y, SkScalar scale, bool preXformed) in PathGlyph() argument
483 SkPath fPath;
484 SkScalar fX;
485 SkScalar fY;
486 SkScalar fScale;
487 bool fPreTransformed;
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp195 struct PathGlyph { struct in __anone43c208d0111::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 __anone43c208d0111::PathSubRun::PathGlyph