Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/private/base/
H A DSkSafe32.h33 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) { in Sk32_can_overflow_sub() function
/aosp_15_r20/external/skia/include/core/
H A DSkRect.h159 constexpr int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); } in width()
166 constexpr int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); } in height()