• Home
  • Raw
  • Download

Lines Matching refs:renderTargetContext

36 static bool draw_mask(GrRenderTargetContext* renderTargetContext,  in draw_mask()  argument
52 renderTargetContext->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), in draw_mask()
62 GrRenderTargetContext* renderTargetContext, in sw_draw_with_mask_filter() argument
167 return draw_mask(renderTargetContext, clipData, viewMatrix, drawRect, in sw_draw_with_mask_filter()
230 static bool get_shape_and_clip_bounds(GrRenderTargetContext* renderTargetContext, in get_shape_and_clip_bounds() argument
237 clip.getConservativeBounds(renderTargetContext->width(), in get_shape_and_clip_bounds()
238 renderTargetContext->height(), in get_shape_and_clip_bounds()
250 GrRenderTargetContext* renderTargetContext, in draw_shape_with_mask_filter() argument
276 renderTargetContext, in draw_shape_with_mask_filter()
293 if (!get_shape_and_clip_bounds(renderTargetContext, clip, *shape, viewMatrix, in draw_shape_with_mask_filter()
327 int maxTextureSize = renderTargetContext->caps()->maxTextureSize(); in draw_shape_with_mask_filter()
402 renderTargetContext->numSamples())); in draw_shape_with_mask_filter()
417 if (draw_mask(renderTargetContext, clip, viewMatrix, in draw_shape_with_mask_filter()
426 sw_draw_with_mask_filter(context, renderTargetContext, clip, viewMatrix, *shape, in draw_shape_with_mask_filter()
431 GrRenderTargetContext* renderTargetContext, in drawShapeWithMaskFilter() argument
437 draw_shape_with_mask_filter(context, renderTargetContext, clip, std::move(paint), in drawShapeWithMaskFilter()
442 GrRenderTargetContext* renderTargetContext, in drawShapeWithMaskFilter() argument
452 if (!SkPaintToGrPaint(context, renderTargetContext->colorSpaceInfo(), paint, viewMatrix, in drawShapeWithMaskFilter()
460 draw_shape_with_mask_filter(context, renderTargetContext, clip, std::move(grPaint), in drawShapeWithMaskFilter()
464 renderTargetContext->drawShape(clip, std::move(grPaint), aa, viewMatrix, shape); in drawShapeWithMaskFilter()