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

  /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 345 // exand.. add.. combine
347 // expand..combine add expand..combine
351 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
362 // this is slightly slower than the expand/combine version, but it
373 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
  /external/icu4c/common/
ushape.c 60 #define COMBINE (SHADDA+CSHADDA)
    [all...]

Completed in 243 milliseconds