Searched defs:BigGlyph (Results 1 – 1 of 1) sorted by relevance
506 struct BigGlyph { struct507 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool applyVM) in BigGlyph() function513 SkPath fPath;514 SkScalar fScale;538 SkTArray<BigGlyph> fBigGlyphs; argument