Lines Matching refs:SkPaint
523 int saveLayer(const SkRect* bounds, const SkPaint* paint);
544 int saveLayer(const SkRect& bounds, const SkPaint* paint) { in saveLayer()
607 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, SaveLayerFlags saveLayerFlags = 0)
625 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop, in SaveLayerRec()
653 SaveLayerRec(const SkRect* bounds, const SkPaint* paint, const SkImageFilter* backdrop, in SaveLayerRec()
668 const SkPaint* fPaint = nullptr;
1058 void drawPaint(const SkPaint& paint);
1099 void drawPoints(PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint);
1113 void drawPoint(SkScalar x, SkScalar y, const SkPaint& paint);
1126 void drawPoint(SkPoint p, const SkPaint& paint) { in drawPoint()
1141 void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const SkPaint& paint);
1152 void drawLine(SkPoint p0, SkPoint p1, const SkPaint& paint) { in drawLine()
1164 void drawRect(const SkRect& rect, const SkPaint& paint);
1174 void drawIRect(const SkIRect& rect, const SkPaint& paint) { in drawIRect()
1188 void drawRegion(const SkRegion& region, const SkPaint& paint);
1197 void drawOval(const SkRect& oval, const SkPaint& paint);
1209 void drawRRect(const SkRRect& rrect, const SkPaint& paint);
1227 void drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);
1239 void drawCircle(SkScalar cx, SkScalar cy, SkScalar radius, const SkPaint& paint);
1250 void drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) { in drawCircle()
1275 bool useCenter, const SkPaint& paint);
1292 void drawRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry, const SkPaint& paint);
1306 void drawPath(const SkPath& path, const SkPaint& paint);
1321 const SkPaint* paint = nullptr);
1336 const SkPaint* paint = nullptr) {
1382 const SkPaint* paint,
1414 const SkPaint* paint,
1437 void drawImageRect(const SkImage* image, const SkRect& dst, const SkPaint* paint);
1462 const SkPaint* paint,
1495 const SkPaint* paint,
1524 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& dst, const SkPaint* paint) { in drawImageRect()
1553 const SkPaint* paint = nullptr);
1580 const SkPaint* paint = nullptr) {
1603 const SkPaint* paint = nullptr);
1629 const SkPaint* paint,
1657 const SkPaint* paint,
1683 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst, const SkPaint* paint,
1713 const SkPaint* paint = nullptr);
1774 const SkPaint* paint = nullptr);
1805 const SkPaint* paint = nullptr);
1878 SkScalar x, SkScalar y, const SkFont& font, const SkPaint& paint);
1907 const SkPaint& paint) { in drawString()
1938 const SkPaint& paint) { in drawString()
1963 void drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
1983 void drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) { in drawTextBlob()
2022 void drawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint);
2036 const SkPaint* paint) { in drawPicture()
2048 void drawVertices(const SkVertices* vertices, SkBlendMode mode, const SkPaint& paint);
2058 void drawVertices(const sk_sp<SkVertices>& vertices, SkBlendMode mode, const SkPaint& paint);
2076 SkBlendMode mode, const SkPaint& paint);
2094 int boneCount, SkBlendMode mode, const SkPaint& paint);
2122 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);
2149 const SkPoint texCoords[4], const SkPaint& paint) { in drawPatch()
2175 const SkPaint* paint);
2198 const SkPaint* paint) { in drawAtlas()
2219 const SkRect* cullRect, const SkPaint* paint) { in drawAtlas()
2240 int count, const SkRect* cullRect, const SkPaint* paint) { in drawAtlas()
2329 const SkPaint* paint,
2332 const SkPaint* paint,
2381 virtual void onDrawPaint(const SkPaint& paint);
2382 virtual void onDrawBehind(const SkPaint& paint);
2383 virtual void onDrawRect(const SkRect& rect, const SkPaint& paint);
2386 virtual void onDrawRRect(const SkRRect& rrect, const SkPaint& paint);
2387 virtual void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint);
2388 virtual void onDrawOval(const SkRect& rect, const SkPaint& paint);
2390 bool useCenter, const SkPaint& paint);
2391 virtual void onDrawPath(const SkPath& path, const SkPaint& paint);
2392 virtual void onDrawRegion(const SkRegion& region, const SkPaint& paint);
2395 const SkPaint& paint);
2398 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);
2400 const SkPaint& paint);
2404 const SkPaint& paint) { in onDrawVerticesObject()
2408 int boneCount, SkBlendMode mode, const SkPaint& paint);
2410 virtual void onDrawImage(const SkImage* image, SkScalar dx, SkScalar dy, const SkPaint* paint);
2412 const SkPaint* paint, SrcRectConstraint constraint);
2414 const SkPaint* paint);
2416 const SkPaint* paint);
2422 const SkPaint* paint);
2424 const SkPaint* paint, SrcRectConstraint constraint);
2426 const SkPaint* paint);
2428 const SkRect& dst, const SkPaint* paint);
2432 const SkRect* cull, const SkPaint* paint);
2439 const SkPaint* paint);
2485 const SkPaint& paint() const;
2497 SkPaint fDefaultPaint;
2516 void predrawNotify(const SkRect* rect, const SkPaint* paint, ShaderOverrideOpacity);
2517 void predrawNotify(const SkRect* rect, const SkPaint* paint, bool shaderOverrideIsOpaque) { in predrawNotify()
2595 void drawClippedToSaveBehind(const SkPaint&);
2616 const SkRect& dst, const SkPaint* paint,
2618 void internalDrawPaint(const SkPaint& paint);
2621 void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*, SkImage* clipImage,
2633 bool wouldOverwriteEntireSurface(const SkRect*, const SkPaint*, ShaderOverrideOpacity) const;
2638 bool canDrawBitmapAsSprite(SkScalar x, SkScalar y, int w, int h, const SkPaint&);