Home | History | Annotate | Download | only in hwui

Lines Matching refs:SkPaint

33 class SkPaint;
111 SkPaint::Join join;
112 SkPaint::Cap cap;
113 SkPaint::Style style;
148 PathDescription(ShapeType shapeType, SkPaint* paint);
210 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
211 PathTexture* getCircle(float radius, SkPaint* paint);
212 PathTexture* getOval(float width, float height, SkPaint* paint);
213 PathTexture* getRect(float width, float height, SkPaint* paint);
215 bool useCenter, SkPaint* paint);
216 PathTexture* get(SkPath* path, SkPaint* paint);
242 void precache(SkPath* path, SkPaint* paint);
244 static bool canDrawAsConvexPath(SkPath* path, SkPaint* paint);
245 static void computePathBounds(const SkPath* path, const SkPaint* paint,
247 static void computeBounds(const SkRect& bounds, const SkPaint* paint,
254 const SkPath *path, const SkPaint* paint);
295 PathTask(SkPath* path, SkPaint* paint, PathTexture* texture):
304 SkPaint* paint;