Searched defs:SkPaint (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/hwui/
H A DSkiaCanvasProxy.cpp21 #include <SkPaint.h>
37 void SkiaCanvasProxy::onDrawPaint(const SkPaint& paint) {
42 const SkPaint& paint) {
62 SkPaint strokedPaint(paint);
63 strokedPaint.setStyle(SkPaint::kStroke_Style);
79 void SkiaCanvasProxy::onDrawOval(const SkRect& rect, const SkPaint& paint) {
83 void SkiaCanvasProxy::onDrawRect(const SkRect& rect, const SkPaint& paint) {
87 void SkiaCanvasProxy::onDrawRRect(const SkRRect& roundRect, const SkPaint& paint) {
100 void SkiaCanvasProxy::onDrawPath(const SkPath& path, const SkPaint& paint) {
105 const SkPaint* pain
135 onDrawBitmapNine(const SkBitmap& bitmap, const SkIRect& center, const SkRect& dst, const SkPaint*) argument
[all...]

Completed in 41 milliseconds