Searched refs:SkPaintToGrPaint (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 104 return SkPaintToGrPaint(rContext, colorInfo, skPaint, matrixProvider, grPaint); in init_vertices_paint() 326 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawPaint() 350 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawPoints() 396 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawPoints() 427 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawRect() 475 mf = nullptr; // already handled in SkPaintToGrPaint in drawRRect() 493 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawRRect() 523 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawDRRect() 563 if (!SkPaintToGrPaint(this->recordingContext(), fSurfaceDrawContext->colorInfo(), paint, in drawRegion() 584 if (!SkPaintToGrPaint(thi in drawOval() [all...] |
/third_party/skia/src/gpu/ |
H A D | SkGr.h | 86 bool SkPaintToGrPaint(GrRecordingContext*,
|
H A D | GrBlurUtils.cpp | 628 if (!SkPaintToGrPaint(rContext, sdc->colorInfo(), paint, matrixProvider, &grPaint)) { in drawShapeWithMaskFilter() 635 // The MaskFilter wasn't already handled in SkPaintToGrPaint in drawShapeWithMaskFilter()
|
H A D | SkGr.cpp | 588 bool SkPaintToGrPaint(GrRecordingContext* context, in SkPaintToGrPaint() function
|
/third_party/skia/gm/ |
H A D | drawquadset.cpp | 89 SkPaintToGrPaint(rContext, sdc->colorInfo(), paint, matrixProvider, &grPaint); in draw_gradient_tiles()
|
/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 153 SkPaintToGrPaint(context, sdc->colorInfo(), paint, matrixProvider, &grPaint); in drawSolidColorsBatch()
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.cpp | 88 SkPaintToGrPaint(rContext, colorInfo, paint, matrix, grPaint); in calculate_colors()
|
Completed in 11 milliseconds