HomeSort by relevance Sort by last modified time
    Searched refs:Sk32_can_overflow_sub (Results 1 - 4 of 4) sorted by null

  /external/skia/include/private/
SkSafe32.h 30 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) {
  /external/skqp/include/private/
SkSafe32.h 30 static constexpr int32_t Sk32_can_overflow_sub(int32_t a, int32_t b) {
  /external/skia/include/core/
SkRect.h 153 int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); }
160 int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); }
    [all...]
  /external/skqp/include/core/
SkRect.h 153 int32_t width() const { return Sk32_can_overflow_sub(fRight, fLeft); }
160 int32_t height() const { return Sk32_can_overflow_sub(fBottom, fTop); }
    [all...]

Completed in 52 milliseconds