Searched refs:fillQuadWithEdgeAA (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 195 * This is a specialized version of fillQuadWithEdgeAA, but is kept separate since knowing 223 void fillQuadWithEdgeAA(const GrClip* clip, GrPaint&& paint, GrAA aa, GrQuadAAFlags edgeAA, in fillQuadWithEdgeAA() function in skgpu::v1::final
|
H A D | Device.cpp | 456 // Use fillQuadWithEdgeAA in drawEdgeAAQuad() 457 fSurfaceDrawContext->fillQuadWithEdgeAA(this->clip(), std::move(grPaint), GrAA::kYes, grAA, in drawEdgeAAQuad()
|
H A D | Device_drawTexture.cpp | 544 sdc->fillQuadWithEdgeAA(clip, std::move(grPaint), aa, aaFlags, ctm, dstClip, srcClip); in draw_image()
|
H A D | SurfaceDrawContext.cpp | 1718 this->fillQuadWithEdgeAA(clip, std::move(paint), aa, edgeAA, viewMatrix, corners, nullptr); in drawStrokedLine()
|
Completed in 9 milliseconds