Home
last modified time | relevance | path

Searched refs:DrawShapeMaskToTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrSWMaskHelper.h70 static sk_sp<GrTextureProxy> DrawShapeMaskToTexture(GrContext*,
DGrSWMaskHelper.cpp132 sk_sp<GrTextureProxy> GrSWMaskHelper::DrawShapeMaskToTexture(GrContext* context, in DrawShapeMaskToTexture() function in GrSWMaskHelper
DGrSoftwarePathRenderer.cpp213 proxy = GrSWMaskHelper::DrawShapeMaskToTexture(args.fContext, *args.fShape, in onDrawPath()