Lines Matching defs:drawDirectToClip
248 // If drawDirectToClip comes back false, the caller must first draw the element into the user
252 // If drawDirectToClip is true, the returned array will only have one pass and the
260 bool* drawDirectToClip) {
271 *drawDirectToClip = true;
275 *drawDirectToClip = false;
376 bool drawDirectToClip;
378 false, &drawDirectToClip);
381 if (!drawDirectToClip) {
389 if (drawDirectToClip) {
444 bool drawDirectToClip;
445 auto passes = get_stencil_passes(op, stencilSupport, fillInverted, &drawDirectToClip);
448 if (!drawDirectToClip) {
460 if (drawDirectToClip) {