Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkSafe32.h13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) { in Sk64_pin_to_s32() function
18 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()
DSkTArray.h567 fAllocCount = SkToU32(Sk64_pin_to_s32(newAllocCount)); in checkRealloc()
/external/skqp/include/private/
DSkSafe32.h13 static constexpr int32_t Sk64_pin_to_s32(int64_t x) { in Sk64_pin_to_s32() function
18 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()
DSkTArray.h548 fAllocCount = Sk64_pin_to_s32(newAllocCount); in checkRealloc()
/external/skia/include/core/
DSkRect.h391 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()
/external/skqp/include/core/
DSkRect.h373 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()