• 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
168 return draw_mask(renderTargetContext, clipData, viewMatrix, drawRect, in sw_draw_with_mask_filter()
233 static bool get_shape_and_clip_bounds(GrRenderTargetContext* renderTargetContext, in get_shape_and_clip_bounds() argument
240 clip.getConservativeBounds(renderTargetContext->width(), in get_shape_and_clip_bounds()
241 renderTargetContext->height(), in get_shape_and_clip_bounds()
253 GrRenderTargetContext* renderTargetContext, in draw_shape_with_mask_filter() argument
279 renderTargetContext, in draw_shape_with_mask_filter()
296 if (!get_shape_and_clip_bounds(renderTargetContext, clip, *shape, viewMatrix, in draw_shape_with_mask_filter()
330 int maxTextureSize = renderTargetContext->caps()->maxTextureSize(); in draw_shape_with_mask_filter()
405 renderTargetContext->numColorSamples())); in draw_shape_with_mask_filter()
420 if (draw_mask(renderTargetContext, clip, viewMatrix, in draw_shape_with_mask_filter()
429 sw_draw_with_mask_filter(context, renderTargetContext, clip, viewMatrix, *shape, in draw_shape_with_mask_filter()
434 GrRenderTargetContext* renderTargetContext, in drawShapeWithMaskFilter() argument
440 draw_shape_with_mask_filter(context, renderTargetContext, clip, std::move(paint), in drawShapeWithMaskFilter()
445 GrRenderTargetContext* renderTargetContext, in drawShapeWithMaskFilter() argument
455 if (!SkPaintToGrPaint(context, renderTargetContext->colorSpaceInfo(), paint, viewMatrix, in drawShapeWithMaskFilter()
463 draw_shape_with_mask_filter(context, renderTargetContext, clip, std::move(grPaint), in drawShapeWithMaskFilter()
467 renderTargetContext->drawShape(clip, std::move(grPaint), aa, viewMatrix, shape); in drawShapeWithMaskFilter()