Searched refs:Sk32_sat_sub (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkPoint.h | 91 fX = Sk32_sat_sub(fX, v.fX); in operator -=() 92 fY = Sk32_sat_sub(fY, v.fY); in operator -=() 134 return { Sk32_sat_sub(a.fX, b.fX), Sk32_sat_sub(a.fY, b.fY) }; in operator -()
|
H A D | SkRect.h | 337 Sk32_sat_sub(fRight, dx), Sk32_sat_sub(fBottom, dy), in makeInset() 354 Sk32_sat_sub(fLeft, dx), Sk32_sat_sub(fTop, dy), in makeOutset() 416 fRight = Sk32_sat_sub(fRight, dx); in inset() 417 fBottom = Sk32_sat_sub(fBottom, dy); in inset()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkOffsetImageFilter.cpp | 118 canvas->translate(SkIntToScalar(Sk32_sat_sub(srcOffset.fX, bounds.fLeft)), in onFilterImage() 119 SkIntToScalar(Sk32_sat_sub(srcOffset.fY, bounds.fTop))); in onFilterImage()
|
/third_party/skia/include/private/ |
H A D | SkSafe32.h | 21 static constexpr int32_t Sk32_sat_sub(int32_t a, int32_t b) { in Sk32_sat_sub() function
|
/third_party/skia/src/core/ |
H A D | SkImageFilter.cpp | 439 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad() 440 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()
|
Completed in 5 milliseconds