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

  /external/skia/legacy/include/core/
SkFDot6.h 47 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
  /external/skia/src/core/
SkFDot6.h 50 inline SkFixed SkFDot6Div(SkFDot6 a, SkFDot6 b) {
SkEdge.h 128 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
SkEdge.cpp 74 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
  /external/skia/legacy/src/core/
SkEdge.cpp 68 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
108 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);

Completed in 127 milliseconds