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

  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 314 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) {
415 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
416 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
417 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
424 B = SkFDot6UpShift(3 * (y1 - y0), upShift);
425 C = SkFDot6UpShift(3 * (y0 - y1 - y1 + y2), upShift);
426 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
  /external/skia/src/core/
SkEdge.cpp 298 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) {
388 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
389 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
390 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
397 B = SkFDot6UpShift(3 * (y1 - y0), upShift);
398 C = SkFDot6UpShift(3 * (y0 - y1 - y1 + y2), upShift);
399 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);

Completed in 384 milliseconds