Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.h478 struct PathGlyph { struct
479 PathGlyph(const SkPath& path, SkScalar x, SkScalar y, SkScalar scale, bool preXformed) in PathGlyph() function
485 SkPath fPath;
486 SkScalar fX;
487 SkScalar fY;
488 SkScalar fScale;
489 bool fPreTransformed;
/external/skia/src/gpu/text/
DGrTextBlob.cpp190 struct PathGlyph { struct in __anona00be6630111::PathSubRun
192 SkPath fPath;
193 SkPoint fOrigin;
206 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun()
293 PathSubRun::PathGlyph::PathGlyph(const SkPath& path, SkPoint origin) in PathGlyph() function in __anona00be6630111::PathSubRun::PathGlyph