Lines Matching refs:fit
29 static bool is_valid_lazy(const SkISize& dimensions, SkBackingFit fit) {
33 // failed instantiation. The former must be "approximate" fit while the latter can be either.
34 return ((dimensions.fWidth < 0 && dimensions.fHeight < 0 && SkBackingFit::kApprox == fit) ||
46 SkBackingFit fit,
54 , fFit(fit)
66 SkBackingFit fit,
74 , fFit(fit)
81 SkASSERT(is_valid_lazy(dimensions, fit));
86 SkBackingFit fit,
92 , fFit(fit)
265 SkBackingFit fit,
294 fit,
313 fit,
338 SkBackingFit fit,
348 fit,
398 // In the post-implicit-allocation world we can't convert this proxy to be exact fit