| Index: src/gpu/text/GrTextUtils.h
|
| diff --git a/src/gpu/text/GrTextUtils.h b/src/gpu/text/GrTextUtils.h
|
| index d6b7e94ea2381ccd7580a43fa042ac801ecc0012..096434b69f94a9f70c3c767745e9d863b4e43872 100644
|
| --- a/src/gpu/text/GrTextUtils.h
|
| +++ b/src/gpu/text/GrTextUtils.h
|
| @@ -81,6 +81,12 @@ public:
|
| const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
| const SkPoint& offset, const SkIRect& clipBounds);
|
| +
|
| + static bool ShouldDisableLCD(const SkPaint& paint);
|
| +
|
| + static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
|
| + static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint);
|
| +
|
| private:
|
| static void InitDistanceFieldPaint(GrAtlasTextBlob* blob,
|
| SkPaint* skPaint,
|
|
|