Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkSafe32.h30 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) { in Sk32_can_overflow_sub() function
/external/skqp/include/private/
DSkSafe32.h30 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) { in Sk32_can_overflow_sub() function
/external/skia/include/core/
DSkRect.h156 int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); } in width()
163 int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); } in height()
/external/skqp/include/core/
DSkRect.h153 int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); } in width()
160 int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); } in height()