Searched refs:treatAsBMP (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob.h | 169 SkScalar x, SkScalar y, SkScalar scale, bool treatAsBMP); 287 SkScalar x, SkScalar y, SkScalar scale, bool treatAsBMP); 499 BigGlyph(const SkPath& path, SkScalar vx, SkScalar vy, SkScalar scale, bool treatAsBMP) in BigGlyph() 504 , fTreatAsBMP(treatAsBMP) {} in BigGlyph()
|
D | GrAtlasTextBlob.cpp | 77 SkScalar x, SkScalar y, SkScalar scale, bool treatAsBMP) { in appendGlyph() argument 84 this->appendLargeGlyph(glyph, cache, skGlyph, x, y, scale, treatAsBMP); in appendGlyph() 163 SkScalar x, SkScalar y, SkScalar scale, bool treatAsBMP) { in appendLargeGlyph() argument 172 fBigGlyphs.push_back(GrAtlasTextBlob::BigGlyph(*glyph->fPath, x, y, scale, treatAsBMP)); in appendLargeGlyph()
|