Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h169 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()
DGrAtlasTextBlob.cpp77 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()