Home | History | Annotate | Download | only in text

Lines Matching full:const

39                             GrBatchFontCache*, const SkSurfaceProps&,
40 const SkPaint&,
41 GrColor, const SkMatrix& viewMatrix,
42 const char text[], size_t byteLength,
46 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
47 GrColor, const SkMatrix& viewMatrix,
48 const char text[], size_t byteLength,
49 const SkScalar pos[], int scalarsPerPosition,
50 const SkPoint& offset);
53 static bool CanDrawAsDistanceFields(const SkPaint& skPaint, const SkMatrix& viewMatrix,
54 const SkSurfaceProps& props, const GrShaderCaps& caps);
57 GrBatchFontCache*, const SkSurfaceProps&,
58 const SkPaint& skPaint, GrColor color,
59 const SkMatrix& viewMatrix,
60 const char text[], size_t byteLength,
64 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
65 GrColor color, const SkMatrix& viewMatrix,
66 const char text[], size_t byteLength,
67 const SkScalar pos[], int scalarsPerPosition,
68 const SkPoint& offset);
71 static void DrawTextAsPath(GrContext*, GrDrawContext*, const GrClip& clip,
72 const SkPaint& origPaint, const SkMatrix& viewMatrix,
73 const char text[], size_t byteLength, SkScalar x, SkScalar y,
74 const SkIRect& clipBounds);
78 const SkSurfaceProps& props,
79 const GrClip& clip,
80 const SkPaint& origPaint, const SkMatrix& viewMatrix,
81 const char text[], size_t byteLength,
82 const SkScalar pos[], int scalarsPerPosition,
83 const SkPoint& offset, const SkIRect& clipBounds);
85 static bool ShouldDisableLCD(const SkPaint& paint);
88 static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint);
94 const SkMatrix& viewMatrix);
97 GrBatchTextStrike**, const SkGlyph&, int left, int top,
101 GrBatchTextStrike**, const SkGlyph&,
104 SkScalar textRatio, const SkMatrix& viewMatrix);