Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h506 struct BigGlyph { struct
507 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool applyVM) in BigGlyph() function
513 SkPath fPath;
514 SkScalar fScale;
538 SkTArray<BigGlyph> fBigGlyphs; argument