Home | History | Annotate | Download | only in core

Lines Matching refs:fConservativeRasterClip

515     fConservativeRasterClip = SkToBool(flags & kConservativeRasterClip_InitFlag);
527 new (fMCRec) MCRec(fConservativeRasterClip);
531 new (fDeviceCMStorage) DeviceCM(NULL, NULL, NULL, fConservativeRasterClip, false);
540 fConservativeRasterClip = true;
1049 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, paint, this, fConservativeRasterClip,
1539 SkRasterClip tmpClip(ir, fConservativeRasterClip);