Home
last modified time | relevance | path

Searched refs:lastFx (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp47 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1); in can_truncate_to_fixed_for_decal() local
49 return SkTFitsIn<int32_t>(lastFx) && (unsigned)SkFixedFloorToInt(SkTo<int32_t>(lastFx)) < max; in can_truncate_to_fixed_for_decal()