Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp171 fBigGlyphs.push_back(GrAtlasTextBlob::BigGlyph(*glyph->fPath, x, y, scale, treatAsBMP)); in appendLargeGlyph()
343 GrAtlasTextBlob::BigGlyph& bigGlyph = fBigGlyphs[i]; in flushBigGlyphs()
452 const BigGlyph& lBigGlyph = l.fBigGlyphs[i]; in AssertEqual()
453 const BigGlyph& rBigGlyph = r.fBigGlyphs[i]; in AssertEqual()
DGrAtlasTextBlob.h507 struct BigGlyph { struct
508 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool treatAsBMP) in BigGlyph() argument
539 SkTArray<BigGlyph> fBigGlyphs; argument