Home | History | Annotate | Download | only in tests

Lines Matching refs:rec

429         SkDrawLooper::BlurShadowRec rec;
430 bool success = lp->asABlurShadow(&rec);
433 REPORTER_ASSERT(reporter, rec.fSigma == sigma);
434 REPORTER_ASSERT(reporter, rec.fOffset.x() == dx);
435 REPORTER_ASSERT(reporter, rec.fOffset.y() == dy);
436 REPORTER_ASSERT(reporter, rec.fColor == color);
437 REPORTER_ASSERT(reporter, rec.fStyle == style);
438 REPORTER_ASSERT(reporter, rec.fQuality == quality);
445 SkDrawLooper::BlurShadowRec rec;
446 bool success = lp->asABlurShadow(&rec);
449 lp->asABlurShadow(&rec);
452 REPORTER_ASSERT(reporter, rec.fSigma == sigma);
453 REPORTER_ASSERT(reporter, rec.fStyle == style);
454 REPORTER_ASSERT(reporter, rec.fQuality == quality);
526 SkMaskFilter::BlurRec rec;
527 bool success = mf->asABlur(&rec);
532 REPORTER_ASSERT(reporter, rec.fSigma == sigma);
533 REPORTER_ASSERT(reporter, rec.fStyle == style);
534 REPORTER_ASSERT(reporter, rec.fQuality == quality);
553 SkMaskFilter::BlurRec rec;
554 bool success = mf->asABlur(&rec);