Lines Matching refs:SkPaint
530 int saveLayer(const SkRect* bounds, const SkPaint* paint);
551 int saveLayer(const SkRect& bounds, const SkPaint* paint) { in saveLayer()
614 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, SaveLayerFlags saveLayerFlags = 0)
629 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop, in SaveLayerRec()
655 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop, in SaveLayerRec()
670 const SkPaint* fPaint = nullptr;
1055 void drawPaint(const SkPaint& paint);
1096 void drawPoints(PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint);
1110 void drawPoint(SkScalar x, SkScalar y, const SkPaint& paint);
1123 void drawPoint(SkPoint p, const SkPaint& paint) { in drawPoint()
1138 void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const SkPaint& paint);
1149 void drawLine(SkPoint p0, SkPoint p1, const SkPaint& paint) { in drawLine()
1161 void drawRect(const SkRect& rect, const SkPaint& paint);
1171 void drawIRect(const SkIRect& rect, const SkPaint& paint) { in drawIRect()
1185 void drawRegion(const SkRegion& region, const SkPaint& paint);
1194 void drawOval(const SkRect& oval, const SkPaint& paint);
1206 void drawRRect(const SkRRect& rrect, const SkPaint& paint);
1224 void drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);
1236 void drawCircle(SkScalar cx, SkScalar cy, SkScalar radius, const SkPaint& paint);
1247 void drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) { in drawCircle()
1272 bool useCenter, const SkPaint& paint);
1289 void drawRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, const SkPaint& paint);
1303 void drawPath(const SkPath& path, const SkPaint& paint);
1322 const SkPaint* paint = nullptr);
1341 const SkPaint* paint = nullptr) {
1383 const SkPaint* paint,
1411 const SkPaint* paint,
1430 void drawImageRect(const SkImage* image, const SkRect& dst, const SkPaint* paint);
1451 const SkPaint* paint,
1480 const SkPaint* paint,
1505 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& dst, const SkPaint* paint) { in drawImageRect()
1534 const SkPaint* paint = nullptr);
1561 const SkPaint* paint = nullptr) {
1584 const SkPaint* paint = nullptr);
1610 const SkPaint* paint,
1638 const SkPaint* paint,
1664 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst, const SkPaint* paint,
1694 const SkPaint* paint = nullptr);
1755 const SkPaint* paint = nullptr);
1786 const SkPaint* paint = nullptr);
1859 SkScalar x, SkScalar y, const SkFont& font, const SkPaint& paint);
1888 const SkPaint& paint) { in drawString()
1919 const SkPaint& paint) { in drawString()
1944 void drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
1964 void drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) { in drawTextBlob()
2003 void drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint);
2017 const SkPaint* paint) { in drawPicture()
2029 void drawVertices(const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint);
2039 void drawVertices(const sk_sp<SkVertices>& vertices, SkBlendMode mode, const SkPaint& paint);
2057 SkBlendMode mode, const SkPaint& paint);
2075 int boneCount, SkBlendMode mode, const SkPaint& paint);
2103 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);
2130 const SkPoint texCoords[4], const SkPaint& paint) { in drawPatch()
2156 const SkPaint* paint);
2179 const SkPaint* paint) { in drawAtlas()
2200 const SkRect* cullRect, const SkPaint* paint) { in drawAtlas()
2221 int count, const SkRect* cullRect, const SkPaint* paint) { in drawAtlas()
2310 const SkPaint* paint,
2313 const SkPaint* paint,
2362 virtual void onDrawPaint(const SkPaint& paint);
2363 virtual void onDrawRect(const SkRect& rect, const SkPaint& paint);
2366 virtual void onDrawRRect(const SkRRect& rrect, const SkPaint& paint);
2367 virtual void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);
2368 virtual void onDrawOval(const SkRect& rect, const SkPaint& paint);
2370 bool useCenter, const SkPaint& paint);
2371 virtual void onDrawPath(const SkPath& path, const SkPaint& paint);
2372 virtual void onDrawRegion(const SkRegion& region, const SkPaint& paint);
2375 const SkPaint& paint);
2378 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);
2380 const SkPaint& paint);
2384 const SkPaint& paint) { in onDrawVerticesObject()
2388 int boneCount, SkBlendMode mode, const SkPaint& paint);
2390 virtual void onDrawImage(const SkImage* image, SkScalar dx, SkScalar dy, const SkPaint* paint);
2392 const SkPaint* paint, SrcRectConstraint constraint);
2394 const SkPaint* paint);
2396 const SkPaint* paint);
2402 const SkPaint* paint);
2404 const SkPaint* paint, SrcRectConstraint constraint);
2406 const SkPaint* paint);
2408 const SkRect& dst, const SkPaint* paint);
2412 const SkRect* cull, const SkPaint* paint);
2419 const SkPaint* paint);
2465 const SkPaint& paint() const;
2477 SkPaint fDefaultPaint;
2496 void predrawNotify(const SkRect* rect, const SkPaint* paint, ShaderOverrideOpacity);
2497 void predrawNotify(const SkRect* rect, const SkPaint* paint, bool shaderOverrideIsOpaque) { in predrawNotify()
2591 const SkRect& dst, const SkPaint* paint,
2593 void internalDrawPaint(const SkPaint& paint);
2596 void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*, SkImage* clipImage,
2608 bool wouldOverwriteEntireSurface(const SkRect*, const SkPaint*, ShaderOverrideOpacity) const;
2613 bool canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint&);