Searched refs:fClipBatchToBounds (Results 1 – 5 of 5) sorted by relevance
23 , fClipBatchToBounds(false) in GrContextOptions()60 bool fClipBatchToBounds; member
48 Options () : fClipBatchToBounds(false), fDrawBatchBounds(false), fMaxBatchLookback(-1) {} in Options()49 bool fClipBatchToBounds; member
95 dtOptions.fClipBatchToBounds = options.fClipBatchToBounds; in initCommon()
49 fClipMaskManager.reset(new GrClipMaskManager(this, options.fClipBatchToBounds)); in GrDrawTarget()
876 grOptions.fClipBatchToBounds = FLAGS_batchClip; in draw()