Lines Matching defs:ref
340 SkAutoPixmapStorage ref;
342 ref.alloc(refInfo);
347 ref.addr(),
348 ref.rowBytes());
355 srcPixels.readPixels(ref, srcReadRect.x(), srcReadRect.y());
360 ComparePixels(ref, actual, tols, error);
412 // We always make our ref data as F32
421 // we can also put the ref data setup above the srcCT loop.
761 // destroy the test context. The surface here is holding a ref.
919 SkAutoPixmapStorage ref;
920 ref.alloc(secondReadPM.info().makeDimensions(checkRect.size()));
924 make_pixmap_have_valid_alpha_type(ref),
930 ComparePixels(ref, actual, tols, error);
1130 const auto& ref = at == kPremul_SkAlphaType ? refP : refO;
1134 SkAssertResult(ref.extractSubset(&src, SkIRect::MakeSize(level.dimensions())));
1164 SkAssertResult(ref.extractSubset(&src, SkIRect::MakeWH(w, h)));