Lines Matching defs:SkPaint
14 #include "SkPaint.h"
39 * functions. It is not a namespace only because we wish to friend SkPaint
44 * This is used to wrap a SkPaint and its post-color filter color. It is also used by RunPaint
45 * (below). This keeps a pointer to the SkPaint it is initialized with and expects it to remain
50 explicit Paint(const SkPaint* paint,
64 const SkPaint& skPaint() const { return *fPaint; }
65 operator const SkPaint&() const { return this->skPaint(); }
77 const SkPaint* fPaint;
105 SkTLazy<SkPaint> fModifiedPaint;
124 static bool CanDrawAsDistanceFields(const SkPaint& skPaint, const SkMatrix& viewMatrix,
140 const SkPaint& paint, const SkMatrix& viewMatrix, const char text[],
146 const SkPaint& paint, const SkMatrix& viewMatrix,
151 static bool ShouldDisableLCD(const SkPaint& paint);
155 static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint);
158 SkPaint* skPaint,