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

  /external/skia/include/core/
SkFDot6.h 54 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
  /external/skia/src/core/
SkEdge.cpp 75 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);

Completed in 15 milliseconds