Searched refs:lastFx (Results 1 – 1 of 1) sorted by relevance
47 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1); in can_truncate_to_fixed_for_decal() local49 return SkTFitsIn<int32_t>(lastFx) && (unsigned)SkFixedFloorToInt(SkTo<int32_t>(lastFx)) < max; in can_truncate_to_fixed_for_decal()