Searched refs:Sk64_pin_to_s32 (Results 1 – 6 of 6) sorted by relevance
13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) { in Sk64_pin_to_s32() function18 return Sk64_pin_to_s32((int64_t)a + (int64_t)b); in Sk32_sat_add()22 return Sk64_pin_to_s32((int64_t)a - (int64_t)b); in Sk32_sat_sub()
567 fAllocCount = SkToU32(Sk64_pin_to_s32(newAllocCount)); in checkRealloc()
548 fAllocCount = Sk64_pin_to_s32(newAllocCount); in checkRealloc()
391 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo()392 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo()
373 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo()374 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo()