Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h507 struct BigGlyph { struct
508 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool treatAsBMP) in BigGlyph() argument
514 SkPath fPath;
515 SkScalar fScale;
539 SkTArray<BigGlyph> fBigGlyphs; argument