Searched refs:BigGlyph (Results 1 – 2 of 2) sorted by relevance
171 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()
507 struct BigGlyph { struct508 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool treatAsBMP) in BigGlyph() argument539 SkTArray<BigGlyph> fBigGlyphs; argument