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

  /external/chromium_org/third_party/skia/src/core/
SkFilterProc.cpp 19 static unsigned bilerp03(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (a00 + 3 * a01) >> 2; } function
37 bilerp00, bilerp01, bilerp02, bilerp03,
  /external/skia/src/core/
SkFilterProc.cpp 19 static unsigned bilerp03(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (a00 + 3 * a01) >> 2; } function
37 bilerp00, bilerp01, bilerp02, bilerp03,

Completed in 68 milliseconds