Lines Matching refs:paint
150 PathDescription(ShapeType shapeType, const SkPaint* paint);
189 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
190 PathTexture* getCircle(float radius, const SkPaint* paint);
191 PathTexture* getOval(float width, float height, const SkPaint* paint);
192 PathTexture* getRect(float width, float height, const SkPaint* paint);
194 bool useCenter, const SkPaint* paint);
195 PathTexture* get(const SkPath* path, const SkPaint* paint);
221 void precache(const SkPath* path, const SkPaint* paint);
223 static bool canDrawAsConvexPath(SkPath* path, const SkPaint* paint);
224 static void computePathBounds(const SkPath* path, const SkPaint* paint,
226 static void computeBounds(const SkRect& bounds, const SkPaint* paint,
233 const SkPath *path, const SkPaint* paint);
274 PathTask(const SkPath* path, const SkPaint* paint, PathTexture* texture): in PathTask() argument
275 path(*path), paint(*paint), texture(texture) { in PathTask()
287 const SkPaint paint; variable