Searched refs:upShift (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp316 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) { argument
317 SkASSERT((x << upShift >> upShift) == x);
318 return x << upShift;
406 int upShift = 6; // largest safe value local
407 int downShift = shift + upShift - 10;
410 upShift = 10 - shift;
418 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
419 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
420 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
[all...]
/external/skia/src/core/
H A DSkEdge.cpp316 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) { argument
317 SkASSERT((x << upShift >> upShift) == x);
318 return x << upShift;
406 int upShift = 6; // largest safe value local
407 int downShift = shift + upShift - 10;
410 upShift = 10 - shift;
418 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
419 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
420 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
[all...]

Completed in 98 milliseconds