HomeSort by relevance Sort by last modified time
    Searched refs:COMBINE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
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...]
SkBlitMask_D32.cpp 352 // exand.. add.. combine
354 // expand..combine add expand..combine
358 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
368 // this is slightly slower than the expand/combine version, but it
379 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /external/skia/src/core/
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...]
SkBlitMask_D32.cpp 352 // exand.. add.. combine
354 // expand..combine add expand..combine
358 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
368 // this is slightly slower than the expand/combine version, but it
379 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /external/chromium_org/third_party/icu/source/common/
ushape.cpp 60 #define COMBINE (SHADDA+CSHADDA)
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 60 #define COMBINE (SHADDA+CSHADDA)
    [all...]

Completed in 1268 milliseconds