Home
last modified time | relevance | path

Searched refs:fillQuadWithEdgeAA (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h195 * 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 DDevice.cpp456 // Use fillQuadWithEdgeAA in drawEdgeAAQuad()
457 fSurfaceDrawContext->fillQuadWithEdgeAA(this->clip(), std::move(grPaint), GrAA::kYes, grAA, in drawEdgeAAQuad()
H A DDevice_drawTexture.cpp544 sdc->fillQuadWithEdgeAA(clip, std::move(grPaint), aa, aaFlags, ctm, dstClip, srcClip); in draw_image()
H A DSurfaceDrawContext.cpp1718 this->fillQuadWithEdgeAA(clip, std::move(paint), aa, edgeAA, viewMatrix, corners, nullptr); in drawStrokedLine()

Completed in 10 milliseconds