Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/private/base/
H A DSkSafe32.h30 static constexpr int32_t Sk32_can_overflow_add(int32_t a, int32_t b) { in Sk32_can_overflow_add() function
/aosp_15_r20/external/skia/src/core/
H A DSkScan_Path.cpp287 left = Sk32_can_overflow_add(left, dLeft); in walk_simple_edges()
288 rite = Sk32_can_overflow_add(rite, dRite); in walk_simple_edges()