OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sk32_sat_sub
(Results
1 - 8
of
8
) sorted by null
/external/skia/include/private/
SkSafe32.h
21
static constexpr int32_t
Sk32_sat_sub
(int32_t a, int32_t b) {
/external/skqp/include/private/
SkSafe32.h
21
static constexpr int32_t
Sk32_sat_sub
(int32_t a, int32_t b) {
/external/skia/include/core/
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) };
SkRect.h
313
Sk32_sat_sub
(fRight, dx),
Sk32_sat_sub
(fBottom, dy),
330
Sk32_sat_sub
(fLeft, dx),
Sk32_sat_sub
(fTop, dy),
392
fRight =
Sk32_sat_sub
(fRight, dx);
393
fBottom =
Sk32_sat_sub
(fBottom, dy);
[
all
...]
/external/skqp/include/core/
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) };
SkRect.h
313
Sk32_sat_sub
(fRight, dx),
Sk32_sat_sub
(fBottom, dy),
330
Sk32_sat_sub
(fLeft, dx),
Sk32_sat_sub
(fTop, dy),
392
fRight =
Sk32_sat_sub
(fRight, dx);
393
fBottom =
Sk32_sat_sub
(fBottom, dy);
[
all
...]
/external/skia/src/core/
SkImageFilter.cpp
400
Sk32_sat_sub
(srcOffset->x(), bounds->x()),
401
Sk32_sat_sub
(srcOffset->y(), bounds->y())));
/external/skqp/src/core/
SkImageFilter.cpp
397
Sk32_sat_sub
(srcOffset->x(), bounds->x()),
398
Sk32_sat_sub
(srcOffset->y(), bounds->y())));
Completed in 418 milliseconds