Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp260 bool* drawDirectToClip) { in get_stencil_passes() argument
271 *drawDirectToClip = true; in get_stencil_passes()
275 *drawDirectToClip = false; in get_stencil_passes()
376 bool drawDirectToClip; in drawRect() local
378 false, &drawDirectToClip); in drawRect()
381 if (!drawDirectToClip) { in drawRect()
389 if (drawDirectToClip) { in drawRect()
444 bool drawDirectToClip; in drawPath() local
445 auto passes = get_stencil_passes(op, stencilSupport, fillInverted, &drawDirectToClip); in drawPath()
448 if (!drawDirectToClip) { in drawPath()
[all …]