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

/external/skia/src/core/
H A DSkEdge.cpp314 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) { argument
315 SkASSERT((SkLeftShift(x, upShift) >> upShift) == x);
316 return SkLeftShift(x, upShift);
398 int upShift = 6; // largest safe value local
399 int downShift = shift + upShift - 10;
402 upShift = 10 - shift;
410 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
411 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
412 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
[all...]

Completed in 161 milliseconds