Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp36 // Note: it seems the test should be (fx <= max && lastFx <= max); but in can_truncate_to_fixed_for_decal()
47 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()

Completed in 2 milliseconds