OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMBINE
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkBlitMask_D32.cpp
148
// exand.. add..
combine
150
// expand..
combine
add expand..
combine
154
#define
COMBINE
(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
164
// this is slightly slower than the expand/
combine
version, but it
175
dst[i] =
COMBINE
(s0 + d0, s1 + d1, rbmask);
SkFilterProc.cpp
54
#define
COMBINE
(lo, hi) (((lo) & ~0xFF00) | (((hi) & ~0xFF00) << 8))
64
return
COMBINE
(lo, hi);
69
return
COMBINE
(lo, hi);
74
return
COMBINE
(lo, hi);
80
return
COMBINE
(lo, hi);
85
return
COMBINE
(lo, hi);
90
return
COMBINE
(lo, hi);
95
return
COMBINE
(lo, hi);
101
return
COMBINE
(lo, hi);
106
return
COMBINE
(lo, hi)
[
all
...]
/external/icu/icu4c/source/common/
ushape.cpp
58
#define
COMBINE
(SHADDA+CSHADDA)
[
all
...]
Completed in 513 milliseconds