Lines Matching refs:GrSWMaskHelper
104 void GrSWMaskHelper::draw(const SkRect& rect, SkRegion::Op op, in draw()
124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, in draw()
162 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init()
231 GrTexture* GrSWMaskHelper::createTexture() { in createTexture()
253 void GrSWMaskHelper::sendTextureData(GrTexture *texture, const GrSurfaceDesc& desc, in sendTextureData()
262 void GrSWMaskHelper::compressTextureData(GrTexture *texture, const GrSurfaceDesc& desc) { in compressTextureData()
277 void GrSWMaskHelper::toTexture(GrTexture *texture) { in toTexture()
303 void GrSWMaskHelper::toSDF(unsigned char* sdf) { in toSDF()
314 GrTexture* GrSWMaskHelper::DrawPathMaskToTexture(GrContext* context, in DrawPathMaskToTexture()
320 GrSWMaskHelper helper(context); in DrawPathMaskToTexture()
338 void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture, in DrawToTargetWithPathMask()