Searched refs:Sk32_sat_sub (Results 1 – 8 of 8) sorted by relevance
/external/skqp/include/core/ |
D | SkPoint.h | 99 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) };
|
D | SkRect.h | 313 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/ |
D | SkPoint.h | 89 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) };
|
D | SkRect.h | 331 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/ |
D | SkSafe32.h | 21 static constexpr int32_t Sk32_sat_sub(int32_t a, int32_t b) { in Sk32_sat_sub() function
|
/external/skqp/include/private/ |
D | SkSafe32.h | 21 static constexpr int32_t Sk32_sat_sub(int32_t a, int32_t b) { in Sk32_sat_sub() function
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 397 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad() 398 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 432 Sk32_sat_sub(srcOffset->x(), bounds->x()), in applyCropRectAndPad() 433 Sk32_sat_sub(srcOffset->y(), bounds->y()))); in applyCropRectAndPad()
|