Home
last modified time | relevance | path

Searched refs:Sk32_can_overflow_sub (Results 1 – 2 of 2) 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/skia/include/core/
DSkRect.h156 constexpr int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); } in width()
163 constexpr int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); } in height()