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

  /external/skia/src/core/
SkEdge.cpp 328 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) {
425 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
426 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
427 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
434 B = SkFDot6UpShift(3 * (y1 - y0), upShift);
435 C = SkFDot6UpShift(3 * (y0 - y1 - y1 + y2), upShift);
436 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
  /external/skqp/src/core/
SkEdge.cpp 328 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) {
425 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
426 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
427 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
434 B = SkFDot6UpShift(3 * (y1 - y0), upShift);
435 C = SkFDot6UpShift(3 * (y0 - y1 - y1 + y2), upShift);
436 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);

Completed in 188 milliseconds