Home
last modified time | relevance | path

Searched refs:Sk32_sat_sub (Results 1 – 8 of 8) sorted by relevance

/external/skqp/include/core/
DSkPoint.h99 fX = Sk32_sat_sub(fX, v.fX);
100 fY = Sk32_sat_sub(fY, v.fY);
142 return { Sk32_sat_sub(a.fX, b.fX), Sk32_sat_sub(a.fY, b.fY) };
DSkRect.h313 Sk32_sat_sub(fRight, dx), Sk32_sat_sub(fBottom, dy), in makeInset()
330 Sk32_sat_sub(fLeft, dx), Sk32_sat_sub(fTop, dy), in makeOutset()
392 fRight = Sk32_sat_sub(fRight, dx); in inset()
393 fBottom = Sk32_sat_sub(fBottom, dy); in inset()
/external/skia/include/core/
DSkPoint.h89 fX = Sk32_sat_sub(fX, v.fX);
90 fY = Sk32_sat_sub(fY, v.fY);
132 return { Sk32_sat_sub(a.fX, b.fX), Sk32_sat_sub(a.fY, b.fY) };
DSkRect.h331 Sk32_sat_sub(fRight, dx), Sk32_sat_sub(fBottom, dy), in makeInset()
348 Sk32_sat_sub(fLeft, dx), Sk32_sat_sub(fTop, dy), in makeOutset()
410 fRight = Sk32_sat_sub(fRight, dx); in inset()
411 fBottom = Sk32_sat_sub(fBottom, dy); in inset()
/external/skia/include/private/
DSkSafe32.h21 static constexpr int32_t Sk32_sat_sub(int32_t a, int32_t b) { in Sk32_sat_sub() function
/external/skqp/include/private/
DSkSafe32.h21 static constexpr int32_t Sk32_sat_sub(int32_t a, int32_t b) { in Sk32_sat_sub() function
/external/skqp/src/core/
DSkImageFilter.cpp397 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad()
398 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()
/external/skia/src/core/
DSkImageFilter.cpp432 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad()
433 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()