Home
last modified time | relevance | path

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

/third_party/skia/include/private/
H A DSkSafe32.h30 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) { in Sk32_can_overflow_sub() function
/third_party/skia/include/core/
H A DSkRect.h162 int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); } in width()
169 int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); } in height()

Completed in 2 milliseconds