Home
last modified time | relevance | path

Searched refs:Sk32_sat_sub (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/include/core/
H A DSkPoint.h91 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 DSkRect.h337 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 DSkOffsetImageFilter.cpp118 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 DSkSafe32.h21 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 DSkImageFilter.cpp439 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad()
440 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()

Completed in 5 milliseconds